Re: Will KafkaStreams 0.10.2.0 work with 0.10.0.0 Kafka broker cluster
KafkaStreams 0.10.2.0 will work with 0.10.1.0 brokers (but not 0.10.0.0 brokers) because it requires the Create Topics request, which was only added in 0.10.1.0. Consumers, producers and connect with version 0.10.2.0 will work fine with 0.10.0.0 brokers. On Thu, Feb 2, 2017 at 9:09 PM, Roger Vand