-
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
SimpleConsumer hangs #130
Comments
The problem still persists when setting parameters:
I actually get messages if I set iter_timeout very low, but then the application exits between messages. |
The same behavior happens with Kafka 0.8.0, though the code must be modified to turn off autocommit. |
I have independently fixed this by forking the library. I'm sure the patch is in one of my pull requests. |
wbarnha
added a commit
to petterroea/kafka-python
that referenced
this issue
Mar 10, 2024
* docs: Update syntax in README.rst * docs: Update code block syntax in docs/index.rst --------- Co-authored-by: HalfSweet <60973476+HalfSweet@users.noreply.github.com>
bradenneal1
pushed a commit
to bradenneal1/kafka-python
that referenced
this issue
May 16, 2024
* docs: Update syntax in README.rst * docs: Update code block syntax in docs/index.rst --------- Co-authored-by: HalfSweet <60973476+HalfSweet@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kafka version: 0.8.1
Messages are deposited from Play into Kafka on a topic. The message contents aren't particularly important because it's just heartbeat information right now, but the message sizes are somewhat beefy and expected to grow in production. The maximum message size is ~2mb. From the Kafka console consumer:
Kafka-Python: master
Code:
The log file:
The text was updated successfully, but these errors were encountered: