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?