Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot make it work with Kafka 0.8 #3

Closed
giorgiosironi opened this issue Jan 9, 2014 · 6 comments
Closed

Cannot make it work with Kafka 0.8 #3

giorgiosironi opened this issue Jan 9, 2014 · 6 comments

Comments

@giorgiosironi
Copy link

Probably rightly, as the Readme says 0.6/0.7:

ERROR: Kafka_Exception_Socket_EOF: Unexpected EOF while reading 4 bytes from stream (no data)
#0 /root/kafka-php/src/lib/Kafka/SimpleConsumer.php(216): Kafka_Socket->read(4, true)
#1 /root/kafka-php/src/lib/Kafka/SimpleConsumer.php(182): Kafka_SimpleConsumer->getResponseSize()
#2 /root/kafka-php/src/examples/consume.php(46): Kafka_SimpleConsumer->fetch(Object(Kafka_FetchRequest))
#3 {main}

Is it normal?

@michal-harish
Copy link

Hey, yes normal - only 0.7 protocol is implemented atm
On 9 Jan 2014 14:27, "Giorgio Sironi" [email protected] wrote:

Probably rightly, as the Readme says 0.6/0.7:

ERROR: Kafka_Exception_Socket_EOF: Unexpected EOF while reading 4 bytes from stream (no data)
#0 /root/kafka-php/src/lib/Kafka/SimpleConsumer.php(216): Kafka_Socket->read(4, true)
#1 /root/kafka-php/src/lib/Kafka/SimpleConsumer.php(182): Kafka_SimpleConsumer->getResponseSize()
#2 /root/kafka-php/src/examples/consume.php(46): Kafka_SimpleConsumer->fetch(Object(Kafka_FetchRequest))
#3 {main}

Is it normal?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3
.

@ykim
Copy link

ykim commented Mar 24, 2014

Are there plans to make this compatible with 0.8?

@jippi
Copy link

jippi commented Feb 10, 2015

bump

@krowinski
Copy link

+1

@orenorgad
Copy link

Any updates on this matter?

@quipo
Copy link
Owner

quipo commented Sep 11, 2018

Sorry, no plans to support Kafka 0.8+ with this library.
There are others available:
https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-PHP

@quipo quipo closed this as completed Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants