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

Support of Kafka offsets vs Zookeeper offsets

drinkbird opened this issue · comments

Hi there. I couldn't find something in documentation, and I was wondering if the client supports Kafka offsets in addition to Zookeeper offsets.

Ideally I would like to enable double commitment​s to both types until all the topics are migrated, then completely switch to kafka offsets.

Thank you in advance for your time