Hi Alan,

you're looking for a C implementation of Kafka, right?
Then have a look at librd, it's got Kafka support:
https://github.com/edenhill/librd

Example usage:
https://github.com/edenhill/librd/blob/master/examples/rdkafka_example.c

Hope it fits your needs, in other case, let me know.

Regards,
Magnus


2012/9/9 Alan D. Cabrera <l...@toolazydogs.com>

> Perfect!  Thanks!
>
>
> Regards,
> Alan
>
> On Jul 16, 2012, at 1:30 PM, Joel Koshy wrote:
>
> > Alan,
> >
> > Assuming this is for sending tracking events to a Kafka cluster. You may
> > want to take a look at the C++ client as a reference:
> > https://svn.apache.org/repos/asf/incubator/kafka/trunk/clients/cpp/
> >
> > Thanks,
> >
> > Joel
> >
> > On Sat, Jul 14, 2012 at 7:58 AM, Alan D. Cabrera <l...@toolazydogs.com
> >wrote:
> >
> >> I'd like to write an nginx module that feeds into kafka.  How should I
> go
> >> about this?
> >>
> >>
> >> Regards,
> >> Alan
> >>
> >>
>
>

Reply via email to