Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 496 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 496 Bytes

kafka-zk-connection

Java adapter to create a connection to Kafka only based on the zk host list and does not need broker list definition

This project aims to eliminate the need to specify Kafka broker list while making a connection to Kafka. The client should only specify the minimal zookeeper list, and after that the code will connect to zookeeper and will automatically figure out the Kafka brokers in the cluster and then act as an adapter for making consumer and producer connections.