Kafka with .Net Client

vicky garg picture vicky garg · Jun 27, 2016 · Viewed 26.6k times · Source

I want to use kafka on our production environment. I want to know if the latest version of client is bug free for production launch. Is it working with consumer group? I want to pass 10000 records per second, is it suitable for it or not?

Answer

franzke picture franzke · May 25, 2017

I might be late to the conversation, but confluent has a great .net kafka library. It's easy to implement consumer groups and highly configurable.

https://www.nuget.org/packages/Confluent.Kafka/