microsoft / CSharpClient-for-Kafka

.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples are very complex to use and sample code as well.

thetechi opened this issue · comments

Examples are very complex to understand and use.

Also as in other bug, in home page producer example needs broker id. And we cannot get broker id directly.
Please give workable examples or if we need to call topic metadata to find broker id, please give a complete example.