Re: .net and Kafka

2014-01-28 Thread Mark Farnan
Message- > From: Henrik Feldt [mailto:henrik.fe...@intelliplan.se] > Sent: Friday, September 13, 2013 9:36 AM > To: users@kafka.apache.org > Subject: Re: .net and Kafka > > Q: Do you also use Avro? > > Regards, > Henrik > > On 13 sep 2013, at 08:33, Grégoire Se

Re: .net and Kafka

2013-09-13 Thread Henrik Feldt
Q: Do you also use Avro? Regards, Henrik On 13 sep 2013, at 08:33, Grégoire Seux wrote: > Hi Richard, > > we are currently writing a C# driver as all c# drivers are not very active. > It has started as a simple translation of the scala driver (producer only) > and targets 0.8 protocol. > >

RE: .net and Kafka

2013-09-13 Thread Richard Park
k Feldt [mailto:henrik.fe...@intelliplan.se] Sent: Friday, September 13, 2013 9:36 AM To: users@kafka.apache.org Subject: Re: .net and Kafka Q: Do you also use Avro? Regards, Henrik On 13 sep 2013, at 08:33, Grégoire Seux wrote: > Hi Richard, > > we are currently writing a C# driver as all c#

RE: .net and Kafka

2013-09-13 Thread Grégoire Seux
Hi Richard, we are currently writing a C# driver as all c# drivers are not very active. It has started as a simple translation of the scala driver (producer only) and targets 0.8 protocol. -- Grégoire

Re: .net and Kafka

2013-09-11 Thread Henrik Feldt
We're writing an F# client for 0.8. Cooperate? On 11 sep 2013, at 17:57, Richard Park wrote: > At Ancestry we're starting a project using Kafka where a large majority of > out producer processes are going to be in C#. > > I've done a bit of research and have found a few repos that have c# cli