The "old" consumer used ZooKeeper. The "new" consumer, introduced in 0.9, doesn't use ZooKeeper. The producer doesn't use ZooKeeper, either. However, brokers still use ZooKeeper.
Alex On Tue, May 31, 2016 at 12:03 PM, Igor Kravzov <igork.ine...@gmail.com> wrote: > When I look at code samples producers mostly write to brokers and consumers > use Zookeeper to consume from topics. > > Using Microsoft .net client ( > https://github.com/Microsoft/CSharpClient-for-Kafka) I wrote producer > witch uses Zookeeper and was able to write data successfully. > > Am I missing something if I use Zookeeper in producer? >