Upgraded to Kafka 0.11.0.0 - #73
tuncgultekin wants to merge 1 commit into
Conversation
|
I tried to use this and Kafka keeps bouncing up and down in the docker container: |
|
I found the problem. It turns out the The config file indeed contained this line at the end: After updating the config and restarting the instance, Kafka (version 11.0.1) started working as expected. I guess the problem is due to the |
|
@alienscience @kentnek You can fix that by changing docker-kafka/kafka/scripts/start-kafka.sh Line 23 in fc8cdbd Notice the leading docker-kafka/kafka/scripts/start-kafka.sh Line 31 in fc8cdbd |
No description provided.