The blog post of mine you are referring to is indeed a few months old, but the code project introduced in this post (kafka-storm-starter) is up to date, i.e. latest Kafka 0.8.1 and Storm 0.9.2.
https://github.com/miguno/kafka-storm-starter The update to Storm 0.9.3 should happen soon. The only thing that should be needed is bumping the Storm version (see build.sbt) to 0.9.3. Best, Michael On 26.11.2014 15:37, Andrew Xor wrote: > Hi, > > Unfortunately this is ever changing so depending on the versions that > you want to use different examples will do. Michael G. Noll has a very > good example here > <http://www.michael-noll.com/blog/2014/05/27/kafka-storm-integration-example-tutorial/>but > it's a few months old and I think some things have changed recently. You > can also look at the kafka spout code as well which is located in > storm's github repository. > > Hope this helps. > > Kindly yours, > > Andrew Grammenos > > -- PGP PKey -- > <https://www.dropbox.com/s/2kcxe59zsi9nrdt/pgpsig.txt> > https://www.dropbox.com/s/ei2nqsen641daei/pgpsig.txt > > On Wed, Nov 26, 2014 at 4:31 PM, Madabhattula Rajesh Kumar > <[email protected] <mailto:[email protected]>> wrote: > > Hello, > > I'm new to Storm and Kafka. Could any one share Storm-Kafka > integration example > > Regards, > >
