Benjamin: That's great but.... storm-kafka-plus compiled with scala 2.9 not 2.10, you need to download the source and recompile with maven option ( https://github.com/wurstmeister/storm-kafka-0.8-plus/pull/15 ).
The storm-kafka-plus project is moved to storm as external project (so I think the latest source is in the storm tree). I sent an issue ( STORM-325 ) to create a cross compile build like kafka... maybe... sometimes... b0c1 ps: I currently marked to myself storm with kafka > 0.7 to unstable, because: - the storm project moving and changing - the storm kafka integration is changing - no scala 2.10 support I think maybe some month later we have a stable storm+kafka (>0.7) pair (and maybe summingbird [tormenta] will support this)... János Háber Fine Solution Ltd On Wed, May 21, 2014 at 11:05 PM, Benjamin Black <[email protected]> wrote: > https://www.google.com/search?q=storm+kafka+0.8&oq=storm+kafka+0.8 > https://kafka.apache.org/downloads.html > > > On Wed, May 21, 2014 at 1:32 PM, Marco <[email protected]> wrote: > >> Hi, >> I'm having some troubles understanding how to boostrap a Kafka + Storm >> project. >> >> Specifically I don't get if storm-kafka is indeed included in Storm >> release or not. >> Also, I'm currently using Scala 2.10 but it seems that Kafka main release >> is only available in its Scala 2.9.2 version. >> >> Thanks for your help >> >> -Marco >> > >
