docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

Apache Kafka on Docker

Results 22 docker-kafka issues
Sort by recently updated
recently updated
newest added

Hi Ches, Do you have any ideas about multiple zookeeper using docker. Could you suggest some solution to do that. Thanks and Best Regards, Hieu Tran Trung.

Hi ches, I'm trying to run this docker image with a remote zookeeper, this is my config: ``` docker run \ --name kafka \ --publish 9092:9092 \ --env KAFKA_BROKER_ID=$RANDOM \...