librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

OpenSSL Engine Certificate Rotation

Open vctoriawu opened this issue 3 years ago • 0 comments

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

vctoriawu avatar May 27 '22 19:05 vctoriawu