-
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
Consumer getting stuck with compacted topic #1701
Comments
I'm still getting this issue as well, and increasing kafka-python: 1.4.4 |
Yea, I saw that part in Java code. Will try to apply a patch asap. |
Fixed by #1724 (subject to further refactoring by @tvoinarovskyi ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're seeing the consumer hang before reaching the end of all of the topic partitions. It varies which partitions it hangs on. After writing to the partitions, some will work and different ones will hang.
We saw the following in the debug logs which might be relevant:
Our kafka-python version is 1.4.4 and our broker is version 1.0.1. The topic is configured with:
We've experimented with setting various config options for the consumer as well, particularly
max_partition_fetch_bytes
setting it up to1024*1024*1024
, however, it still would get stuck in the same offset for the same partitions.We think this may be related to these previous issues:
We saw something similar in the Ruby-Kafka project as well:
Let me know if there is anything we can do to help.
The text was updated successfully, but these errors were encountered: