wbarnha / kafka-python-ng

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

feat: logged cancelled exception as info messages #152

Open wbarnha opened 3 months ago

wbarnha commented 3 months ago

we manual interrupt our connection so all inflight request which was canceled by this reason shouldn't log it as an error


This change is Reviewable