RE: Writing a Producer from Scratch

2016-03-04 Thread Hopson, Stephen
: James Cheng [mailto:jch...@tivo.com] Sent: 04 March 2016 06:55 To: users@kafka.apache.org Subject: Re: Writing a Producer from Scratch Stephen, There is a mailing list for kafka client developers that you may find useful: https://groups.google.com/forum/#!forum/kafka-clients The d

Re: Writing a Producer from Scratch

2016-03-03 Thread James Cheng
Stephen, There is a mailing list for kafka client developers that you may find useful: https://groups.google.com/forum/#!forum/kafka-clients The d...@kafka.apache.org mailing list might also be a good resource: http://kafka.apache.org/contact.html Lastly, do you h

Re: Writing a Producer from Scratch

2016-03-03 Thread Péricé Robin
Oups didn't see your response. Sorry 2016-03-03 17:23 GMT+01:00 Péricé Robin : > Hi, > > Maybe you should look at this : https://github.com/edenhill/librdkafka > > Regards, > > Robin > > 2016-03-03 11:47 GMT+01:00 Hopson, Stephen : > >> Hi, >> >> Not sure if this is the right forum for this ques

Re: Writing a Producer from Scratch

2016-03-03 Thread Péricé Robin
Hi, Maybe you should look at this : https://github.com/edenhill/librdkafka Regards, Robin 2016-03-03 11:47 GMT+01:00 Hopson, Stephen : > Hi, > > Not sure if this is the right forum for this question, but if it not I’m > sure someone will direct me to the proper one. > > Also, I am new to Kafka

RE: Writing a Producer from Scratch

2016-03-03 Thread Hopson, Stephen
Producer from Scratch Hi Stephen, Have you checked out https://github.com/edenhill/librdkafka ? It might be what you need (I don't do C, so it might not be right for you) Regards, Ben On Thu, Mar 3, 2016 at 10:47 AM, Hopson, Stephen < stephen.hop...@gb.unisys.com> wrote: > Hi, &

Re: Writing a Producer from Scratch

2016-03-03 Thread Ben Davison
Hi Stephen, Have you checked out https://github.com/edenhill/librdkafka ? It might be what you need (I don't do C, so it might not be right for you) Regards, Ben On Thu, Mar 3, 2016 at 10:47 AM, Hopson, Stephen < stephen.hop...@gb.unisys.com> wrote: > Hi, > > Not sure if this is the right foru

Writing a Producer from Scratch

2016-03-03 Thread Hopson, Stephen
Hi, Not sure if this is the right forum for this question, but if it not I'm sure someone will direct me to the proper one. Also, I am new to Kafka (but not new to computers). I want to write a kafka producer client for a Unisys OS 2200 mainframe. I need to write it in C, and since I have no acc