Another option is a HTTP wrapper around the actual producer and doing a HTTP POST from C# to a REST server e.g. https://github.com/stealthly/dropwizard-kafka-http which I know folks have done successfully.
/******************************************* Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> ********************************************/ On Mon, Dec 22, 2014 at 10:55 AM, Matti Waarna <mwaa...@sapient.com> wrote: > 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 > >