spotify / docker-kafka

Kafka (and Zookeeper) in Docker
Apache License 2.0
1.4k stars 643 forks source link

Increase max client connections #82

Open worasit opened 6 years ago

worasit commented 6 years ago

Hi,

I am new to the Kafka docker, so I want to increase the maximum client connection in the Kafka image to be unlimited that need to set the zookeeper configuration(/etc/zookeeper/conf/zoo.cfg) by adding this statement(maxClientCnxns=0), can you guy give me a suggestion on this, how can I do that

Thanks,