Small correction, the PHP client is now able to interact with ZK, and offers a high level API. The C++ consumer is only implementing the lower level API (and was written against Kafka 0.05).
On Mon, Sep 24, 2012 at 3:35 PM, Jun Rao <jun...@gmail.com> wrote: > The high level consumer currently is heavy since it interacts with ZK. So > there is no high level consumer implemented in non-java yet. We have a > console consumer that can pipe consumed messages in text to other > processes. It could be used for some of the non-java applications. There > may be some non-java implementation of our our lower level api > SimpleConsumer. However, one has to deal with the distributed aspect one's > self. > > Thanks, > > Jun > > On Mon, Sep 24, 2012 at 3:09 AM, Suyambulingam R M < > lingam.suya...@gmail.com > > wrote: > > > Hi All, > > > > I am new to kafka. I am looking for C++ client(Producer/Consumer) in > kafka. > > But am able to find only Producer example for C++ in kafka here( > > https://github.com/kafka-dev/kafka/tree/master/clients/cpp). > > Where can i find C++ Consumer for kafka ? > > > > > > Thanks & Regards, > > Suyambu > > >