Re: C++ client library for Apache Kafka v0.8+

2013-09-06 Thread David Reynolds
Awesome work. I've been working on a pure C library for Apache Kafka. Maybe we can combine our efforts? Mine is still pretty rough, but if you want to take a look it's on github: https://github.com/davidreynolds/libkafka Best, David Reynolds On Fri, Sep 6, 2013 at 4:44 AM, Joe Stein wrote: >

Re: C++ client library for Apache Kafka v0.8+

2013-09-06 Thread Joe Stein
Yup, very awesome! /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop / On Thu, Sep 5, 201

Re: C++ client library for Apache Kafka v0.8+

2013-09-05 Thread Jay Kreps
This is great! Thanks for the contribution! -jay On Thursday, September 5, 2013, David Tompkins wrote: > I had a need for a C++ client API for Apache Kafka with support for the > new v0.8 wire protocol, and I didn’t see one out in the wild yet. So I > found some time and wrote one. You can find

C++ client library for Apache Kafka v0.8+

2013-09-05 Thread David Tompkins
I had a need for a C++ client API for Apache Kafka with support for the new v0.8 wire protocol, and I didn’t see one out in the wild yet. So I found some time and wrote one. You can find it here on github: https://github.com/adobe-research/libkafka Released under an Apache 2.0 license as open s