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...@

Kafka+in+C#

2016-03-28 Thread Srikanth Avadhootha
We are starting a .Net project using Kafka, I have done a bit of research and found few repos that have c# clients. but I didn't find any documentation, how to use those clients programmatically. I was bit confused how to configure, Consume, Produce, commitoffset in my project. Can some help me on

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
;re not comfortable with the beta state of the client, > but we'd love to have you check it out. We are actively developing on this > and can help with any issues. > > Thanks, > Thunder > > > -Original Message- > From: Matti Waarna [mailto:mwaa...@sapient.com]

RE: Kafka in C#

2014-12-22 Thread Thunder Stumpges
client, but we'd love to have you check it out. We are actively developing on this and can help with any issues. Thanks, Thunder -Original Message- From: Matti Waarna [mailto:mwaa...@sapient.com] Sent: Monday, December 22, 2014 7:55 AM To: users@kafka.apache.org Subject: Kafka in C#

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

Kafka in C#

2014-12-22 Thread Matti Waarna
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