Re: Storm-kafka Integration

2014-06-02 Thread Joe Stein
. /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop http://www.twitter.com/allthingshadoop / On Mon, Jun 2, 2014 at 4:55 AM, Komal Thombare komal.thomb...@tcs.com wrote

Re: compatible version of kafka and storm-kafka

2014-05-24 Thread Joe Stein
Michael Noll recently put together a Kafka/Storm starter which is a good place to begin https://github.com/miguno/kafka-storm-starter /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter

Re: compatible version of kafka and storm-kafka

2014-05-24 Thread Joe Stein
You should also upgrade Kafka to 0.8.1.1 some bug fixes. /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop / On May 24, 2014

Re: How to consume data from multiple Kafka topics?

2014-05-12 Thread Joe Stein
/ConsoleConsumer.scala#L137then when creating a stream that you can iterate over using that filterSpec https://github.com/apache/kafka/blob/0.8.1/core/src/main/scala/kafka/consumer/ConsoleConsumer.scala#L196and you are good to go. /*** Joe Stein Founder, Principal