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...@
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
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
: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
@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 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]
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#
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
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