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

More verbosity on exceptions #163

Open wbarnha opened 6 months ago

wbarnha commented 6 months ago

Upon digging into bug #1837, I have created a pull request to improve errors verbosity. Simply put, it logs stacktrace in case of errors.


This change is Reviewable