Open DagW opened 3 years ago
@DagW, do you have a workaround for this? In fact, is it possible to run the Kafka container without Zookeeper and use an invalid hostname in KAFKA_ZOOKEEPER_CONNECT
?
As a workaround, one may use this setup, published by confluent. Watch out for the there used script _updaterun.sh (located besides the docker-compose.yaml and used in command within the docker-compose-file).
As Kafka 2.8.0 now supports running a cluster without zookeeper, the parameter
KAFKA_ZOOKEEPER_CONNECT
should not be required if the parametersKAFKA_CONTROLLER_QUORUM_VOTERS
orKAFKA_PROCESS_ROLES
are set.