librdkafka
librdkafka copied to clipboard
OpenSSL Engine Certificate Rotation
Currently, certificate are only read on the creation of a client. That means that if the cert changes during the lifetime of the client connection, the client will now have incorrect certificate information. This change reads the cert for every broker reconnection using openssl engine. This means that when certs get rotated, the librdkafka client will always have the most recent one