TLS certificates renewal support #1091
Unanswered
antonio-oliva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I do not know if this is the right place to ask this question. I apologize in advance if it is not.
I was wondering if the latest version of the confluent-kafka-go library, i.e., v2.3.0, supports certificates renewal when TLS is used for the broker-clients communication.
The scenario I would like to implement is:
Setting up the TLS configuration with the proper certificate
Every time the old certificates are substituted with renewed ones (even before the expiration) broker and clients to automatically reload certificates, without having to restart them.
Is such a behavior implemented in confluent-kafka-go v2.3.0?
Beta Was this translation helpful? Give feedback.
All reactions