RE: Kafka+in+C#

2016-03-28 Thread Martin Gainty
please be more specific on the kafka client you are implementing..here is the list: https://cwiki.apache.org/confluence/display/KAFKA/Clients Martin __ > Date: Mon, 28 Mar 2016 15:30:31 +0530 > Subject: Kafka+in+C# > From: avadhootha...@gmail.com >

RE: Kafka in C#

2015-01-09 Thread Thunder Stumpges
ad to help you out however we can. Cheers, Thunder -Original Message- From: Matti Waarna [mailto:mwaa...@sapient.com] Sent: Friday, January 09, 2015 9:43 AM To: users@kafka.apache.org; Thunder Stumpges Subject: RE: Kafka in C# Thunder, Have you had a chance to go to production with

RE: Kafka in C#

2015-01-09 Thread Matti Waarna
:10 PM To: users@kafka.apache.org Subject: RE: Kafka in C# We definitely will. Wanted to wait until we got more confident the API was solid, ran in production for a little, and added a bit more documentation. Cheers, Thunder -Original Message- From: Joe Stein [joe.st...@stealth.ly

RE: Kafka in C#

2014-12-22 Thread Thunder Stumpges
@kafka.apache.org [users@kafka.apache.org] Subject: Re: Kafka in C# Thunder, can you add that to https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-.net didn't know it existed but cool that it uses Rx On Mon, Dec 22, 2014 at 12:52 PM, Thunder Stumpges wrote: > Hi there, > > We loo

Re: Kafka in C#

2014-12-22 Thread Joe Stein
Thunder, can you add that to https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-.net didn't know it existed but cool that it uses Rx On Mon, Dec 22, 2014 at 12:52 PM, Thunder Stumpges wrote: > Hi there, > > We looked at both of these a while back and ended up writing our own ( > h

RE: Kafka in C#

2014-12-22 Thread Thunder Stumpges
Hi there, We looked at both of these a while back and ended up writing our own (https://github.com/ntent-ad/kafka4net). The first one in the list was completely synchronous, and had no concept of batching. We initially attempted to use the second one (kafka-net) but had some issues with detec

Re: Kafka in C#

2014-12-22 Thread Joe Stein
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