Closed rockmenjack closed 4 years ago
Thanks for reporting this. The operator supports Kafka from version 2.0 We are using Kafka feature called dynamic configuration, which is introduced in version 1.1. That caused the error for you. Please check the official kafka documentation: https://kafka.apache.org/documentation/#dynamicbrokerconfigs You can try to use 1.1 but we are also using a Cruise Control which is built for Kafka version 2.0+. I am going to fix the documentation and include the supported Kafka version.
We included the supported Kafka versions to the README. We hope we answered your question, so closing this. Please contact us here or on our community slack if you need more help.
Describe the bug operator v0.7.0 using
clusterImage: "wurstmeister/kafka:2.11-1.0.2"
will result in error:the cause seems coming from : kafka, I am suspecting API change, so github.com/Shopify/sarama does not work for pre-2.x.x kafka any more...