Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: New .net libs

...

https://github.com/Jroland/kafka-net

 

This is a .NET implementation of a client for Kafka using C# for Kafka 0.8. It provides for an implementation that covers most basic functionalities to include a simple Producer and Consumer.

...

https://github.com/ExactTargetDev/kafka-net

 

rdkafka-dotnet is a C# client for Apache Kafka based on librdkafka.

Maintainer: Andreas Heider

License: BSD (2 clause)

https://github.com/ah-/rdkafka-dotnet


.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation. The project is a fork from ExactTarget's Kafka-net Client.

Maintainer: Microsoft

License: Apache 2.0

https://github.com/Microsoft/Kafkanet

 

Clojure

Fast kafka api for JVM languages implemented in clojure

...