kafka-logging-handler
kafka-logging-handler copied to clipboard
ssl_cafile should always be optional
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