Open brnrc opened 9 years ago
Are you running multiple brokers? In that case, this is a FAQ :smile: You should be forgiven being that this error message is awfully poor…
If not, perhaps there's stale data left around in Zookeeper from an unclean shutdown? You can inspect with zkCli
, the link in the FAQ entry will point you to the path to look for.
Hi ches, I'm trying to run this docker image with a remote zookeeper, this is my config:
After creating a topic with
./kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 2 --partitions 3 --topic omg_3
my container crashes but not before printing for 5min the same exception:Any idea on what this exception could be?
Thanks in advance :)