Jroland / kafka-net

Native C# client for Kafka queue servers.
Apache License 2.0
482 stars 232 forks source link

Create multiple consumer group for multiple topic #93

Open gargvicky opened 8 years ago

gargvicky commented 8 years ago

Hi,

In my case I need multiple topic and each topic is linked with multiple consumer.I want to set consumer group for each topic.I did not find any method in kafka .net client so that I can create consumer group dynamically and link the topic with that consumer group.I am using kafka 0.9.0 version, please tell me if I need to change to kafka server setting or on Zookeeper?