Apache Kafka Consumer Connection -


i looking @ docs of apache kafka.

the consumer connects kafka using ip address/port of zookeepers.

is possible use ip address/port of broker?

yes, when using simple consumer api manage consumption directly brokers. see usage example here


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

c++ - Msgpack packing bools bug -

java - POJO with list of POJO to JSON display size and index -