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

ssl_cafile should always be optional

Open dkobylarz opened this issue 4 years ago • 0 comments

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 empty string? What's the point in this piece of code: handlers.py#L102

dkobylarz avatar Sep 23 '21 10:09 dkobylarz