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
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 thatThanks,