Hello, We have been happyly running our real-time supervision homebrewed application with Apache Storm 1.0.1 and its out-of-the-box StormKafka spout & bold with our Kafka Broker 0.9.0.1 cluster for more than 6 months.
We're been recently interested in upgrading our setup to Apache Storm 1.0.2, mainly because we sometime hit https://issues.apache.org/jira/browse/STORM-1879 We also plan to soon upgrade our Kafka Broker cluster to 0.10.x However, we noticed that Storm 1.0.2's KafkaSpout has been downgraded to Kafka 0.8.2.2 : STORM-1755: Revert the kafka client version upgrade in storm-kafka module Kafka 0.10 brokers have a new message format which can be consumed and produced to using older Kafka API, but at the price of performance Is it posible to build a KafkaStorm support based on Kafka 0.10.x API ? Best regards, Alexandre
