wbarnha / kafka-python-ng

Fork for Python client for Apache Kafka
https://wbarnha.github.io/kafka-python-ng/
Apache License 2.0
67 stars 8 forks source link

KAFKA-4160: Ensure rebalance listener not called with coordinator lock #164

Open wbarnha opened 6 months ago

wbarnha commented 6 months ago

See https://issues.apache.org/jira/browse/KAFKA-4160 . The original fix was intended to support rebalance listeners that may run longer than the session timeout.


This change is Reviewable