You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an issue over in the kafka-python project about new versions causing the consumer to perform with only an eighth of the throughput. You can see the here: dpkp/kafka-python#1888
In our case, this is a big issue as the the latest versions of this project can no longer keep up with our __consumer_offsets topic in some clusters.
I think that this project should explicitly depend on kafka-python v1.4.4 until this is fixed.
The text was updated successfully, but these errors were encountered:
I made an issue over in the kafka-python project about new versions causing the consumer to perform with only an eighth of the throughput. You can see the here:
dpkp/kafka-python#1888
In our case, this is a big issue as the the latest versions of this project can no longer keep up with our
__consumer_offsets
topic in some clusters.I think that this project should explicitly depend on kafka-python v1.4.4 until this is fixed.
The text was updated successfully, but these errors were encountered: