-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Help: kafka-python consumer not receiving messages #2112
Comments
I have the same problem, i'm excuting consumer con GKE. |
Can anyone help me pls? |
I had the same issue and moved to pykafka because I saw no new responses here. However, be sure to use the bytes style when sending messages via producer. I made an issue to change the readme for pykafka to make sure thats changed, as the readme shows use of string Parsely/pykafka#1021 |
Hi, i had the same problem but now is working fine: Example:
I hope this help, regards. |
somehow after poll, there isnt anything happening |
It worked for me |
I'm new to Python.
I do my code as bellow and get this problem. Producer publish message to Kafka, but Consumer not receive any message.
I've follow below topic but not work for me.
[https://github.com//issues/535]
Here is my code:
[Consumer.py]
Thank you all!
The text was updated successfully, but these errors were encountered: