Re: Kafka-Storm spout error: java.lang.NoSuchMethodError: org.apache.kafka.clients.consumer.KafkaConsumer.subscribe

2016-10-15 Thread Jungtaek Lim
Sorry to visit lately. storm-kafka-client 1.0.x is guaranteed to work with Kafka 0.9.x, and 1.1.0 is guaranteed to work with Kafka 0.10.0. Since Apache Storm 1.1.0 is not release yet, you may need to build custom version for yourself. 1.x-branch is for 1.1.0. You can also use storm-kafka for

Kafka-Storm spout error: java.lang.NoSuchMethodError: org.apache.kafka.clients.consumer.KafkaConsumer.subscribe

2016-10-06 Thread shahab
Hi. I am using storm version 1.0.2 and kafka client version 0.10.0.0. When I run the new kafka-spout example in https://github.com/apache/storm/tree/master/external/storm-kafka-client/src/test/java/org/apache/storm/kafka/spout/test I am getting the following exception, which I have no idea