|
|
-
Re: Kafka Python clientNeha Narkhede 2012-10-30, 16:48
Thanks for sharing this David !
-Neha On Mon, Oct 29, 2012 at 11:12 AM, David Arthur <[EMAIL PROTECTED]> wrote: > I sent this around on the devs list, but neglected to include the users list. A few weeks ago I put together a "protocol" Python client for Kafka. It doesn't do any of the ZooKeeper/consumer group goodness, just implements the 0.7x protocol. > > https://github.com/mumrah/kafka-python > > The main thing missing at this point is Snappy support (Gzip is in there though). Feedback is welcome, and of course open up issues on GitHub if you find bugs :) > > Cheers > -David |