Github user omkreddy commented on a diff in the pull request:
https://github.com/apache/storm/pull/2480#discussion_r158720635
--- Diff: pom.xml ---
@@ -278,7 +278,7 @@
<storm.kafka.artifact.id>kafka_2.10</storm.kafka.artifact.id>
<!-- kafka version used by new storm-kafka-client spout code -->
- <storm.kafka.client.version>0.10.0.0</storm.kafka.client.version>
+ <storm.kafka.client.version>0.11.0.2</storm.kafka.client.version>
--- End diff --
yes, we need at-least 0.10.1.0 kafka clients and its a breaking change. We
check for any other options
---