We are using kafka version 0.8.1.1 and trying to produce from a C# app. I realize that there is no official C# library release and want to get your experience with the existing solutions that are currently available.
I am looking for a solution that is a) stable enough for production environment and b) performs well. 1) A couple of active github projects are available along with a few forks each. Has Anybody worked on either of the following two options to contribute their findings? https://github.com/Jroland/kafka-net https://github.com/miknil/Kafka4n 2) Also there is the option of IKVM to import kafka JARS into a .net DLL. Maybe even another solution? Thanks MATTI