Re: PHP client for Kafka .8

2013-10-10 Thread Pete Laurina
Thanks guys. Since we have some time constraints we are going with a Java based REST endpoint within our already existing API to act as a proxy for the message. Since it's a low volume of messages coming from our PHP side to kafka we are willing to accept the additional overhead of doubling the ne

Re: PHP client for Kafka .8

2013-10-09 Thread Joe Stein
Could use the c++ library https://github.com/adobe-research/libkafka and create a PHP extension? On Thu, Oct 10, 2013 at 1:34 AM, Pete Laurina wrote: > Neha, Thank you for the response. We saw that page, which is what > ultimately prompted me to send out the message to the group to see if > anyon

Re: PHP client for Kafka .8

2013-10-09 Thread Pete Laurina
Neha, Thank you for the response. We saw that page, which is what ultimately prompted me to send out the message to the group to see if anyone might have started working on it, but wasn't ready to tell the public yet. I will discuss with the team tomorrow during our scrum to see what our course of

Re: PHP client for Kafka .8

2013-10-09 Thread Neha Narkhede
None so far that have added themselves to https://cwiki.apache.org/confluence/display/KAFKA/Clients On Wed, Oct 9, 2013 at 3:42 PM, Pete Laurina wrote: > We are upgrading to Kafka .8 and have discovered we have broken our > brethren developers over in the PHP world of our shop. Does anyone know

PHP client for Kafka .8

2013-10-09 Thread Pete Laurina
We are upgrading to Kafka .8 and have discovered we have broken our brethren developers over in the PHP world of our shop. Does anyone know if there's an impending release of the PHP client for .8 before we go off and try to build a rounder wheel (or create proxy via Java that they can submit to i