Connecting to a SSL-secured broker requires the following librdkafka settings: - `security.protocol=ssl` - `ssl.ca.location=/path/to/broker.ca` - `ssl.certificate.location=/path/to/client_cert.pem` - `ssl.key.location=/path/to/client_cert.key`
Connecting to a SSL-secured broker requires the following librdkafka settings:
security.protocol=sslssl.ca.location=/path/to/broker.cassl.certificate.location=/path/to/client_cert.pemssl.key.location=/path/to/client_cert.key