I currently want to be able to have my Kafka Clients written in .Net. Although Java/Scala tend to be the most popular methods of writing Kafka APIs, my company uses Cloudera for support for Apache Kafka which does not offer .Net Support. Confluent on the other hand does. I looked online and came across the Confluent Packages for .Net. Does anyone know how we can use Kafka APIs written in .Net without using Confluent? Thanks!
Asked
Active
Viewed 25 times
0
-
yep, take a look: https://github.com/Jroland/kafka-net – aran Oct 01 '19 at 12:18
-
You can use confluent-kafka-dotnet with Apache Kafka. What is the reason for not using it ? – Gery Oct 03 '19 at 10:24