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?
To make your C# code understand how to produce and consume messages, you need a client for Kafka. The most used client today is Confluent's Kafka . NET Client. To install it, right-click the solution and select the Manage NuGet Packages for Solution…
The Kafka clients are available for download on the org. apache. kafka/kafka-clients site.
Yes, you can use Apache Kafka with C/C++. By far the most popular C/C++ client is https://github.com/edenhill/librdkafka. You can use the client to read data from Kafka and write data back to Kafka.
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/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With