Loading
In this post we setup Confluent Kafka, Zookeeper and Confluent Schema registry on docker and try to access from outside the container. Install docker and make sure you have access access to run docker commands like docker ps etc. Create
Zookeeper plays the role of coordinating with servers in fail over scenarios, stores naming and configuration information, meta info. For more info visit : https://zookeeper.apache.org/ Kafka needs Zookeeper to maintain its state and store topics, acls cluster information. To maintain