Saurabh,
Storm 0.9.0 didin't ship kafka connector but 0.9.2
comes with kafka connector. It used be external
project [1]https://github.com/wurstmeister/storm-kafka-0.8-plus
and it works with kafka 0.8. You can modify the connector to
work with kafka 0.7 . Storm core doesn't have any dependency on
kafka so you can have your own version of kafka spout.
-Harsha
On Thu, Sep 4, 2014, at 11:42 PM, Saurabh Minni wrote:
Hi,
I can see that with Storm 0.9.2 has Kafka Spout which is using
0.8.x of Kafka.
I have a setup with Kafka 0.7 and for some reason moving to
0.8.x is not possible.
So my question is that if I have to use Kafka 0.7, should I
stick to Storm 0.9.0 and not look at Storm 0.9.2 at all.
Or is there some way to use Storm 0.9.2 with Kafka 0.7
Thanks,
Saurabh
References
1. https://github.com/wurstmeister/storm-kafka-0.8-plus