kafka-logging-handler icon indicating copy to clipboard operation
kafka-logging-handler copied to clipboard

Python Logging Handler for Kafka

Results 6 kafka-logging-handler issues
Sort by recently updated
recently updated
newest added

Good day, Our team has used kafka-logging-handler to push logs into our system until recently with good effect. However recently the stricter, license-aware policies are now enforced at our company....

Is this logging handler thread-safe like a the base Kafka producer is? In other words, can I declare one logger at the root of my project, and have all other...

Hi guys, we got some errors like ``` Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/usr/lib/python3.6/threading.py", line 1182, in run...

Kafka producer when SSL security protocol is chosen does not require you to provide ssl_cafile. Why is it enforced by kafka logging handler although you can bypass it by providing...

![image](https://user-images.githubusercontent.com/23055428/75046282-e0880800-54d5-11ea-9ffa-8076d3e7dd85.png) Hi, guys! Thank you for this library 🙏 We use it to handle log requests and responses in our REST service. It works fine with a small load 👍...