Open pint2oo opened 6 years ago
The NPE is because Burrow is unable to start the consumers for the __consumer_offsets topic. This could be due to ACL issues, or because the topic doesn't exist yet (it's only created after the first consumer group is started up).
Hi there,
Burrow panics at startup with Confluent Kafka 3.2.2 (implementing Apache Kafka 0.10.2.1). I'm running the latest version of Burrow which includes fix from #345 .
burrow.out :
burrow.log :
burrow.toml :
I had done some tests with the same configuration and the latest Apache Kafka 1.0.0 on the same machine, and Burrow had run smoothly.