kafka-logging-handler
kafka-logging-handler copied to clipboard
Python Logging Handler for Kafka
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....
We're going to remove the old branch soon.
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...
 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 👍...