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

Update __init__.py of SASL to catch ImportErrors in case botocore is not installed #175

Closed wbarnha closed 3 months ago

wbarnha commented 3 months ago

Bit of a lazy fix, I was hoping to do something more graceful, but I'm a bit sidetracked at the moment.

Closes https://github.com/wbarnha/kafka-python-ng/issues/174.