My apologies for missing the consumer support in librd.
Is the Kafka protocol for ( zeroMQ? ) available in spec form?
On 09/09/2012 02:48 PM, wm wrote:
encoding is not serialization. neither of the referenced c/c++ support
libs provide
hooks for serialization
hooks for deserialization
OOOPs. Someone's going to consume this?
serialization techniques are difficult to choose from, but current
research shows their benefits .....
w
On 09/09/2012 02:04 PM, Alan D. Cabrera wrote:
Looks interesting. I'll take a look at it. Thanks!
Regards,
Alan
On Sep 9, 2012, at 7:48 AM, Magnus Edenhill wrote:
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