schema-registry
schema-registry copied to clipboard
How to update renewed ssl certificates with the running schema registry server
We are looking for something similar to dynamic configs feature of kafka, where in at runtime the ssl certificates can be extended with renewed lifetimed certificates. In schema registry , what would be the suggested approach to update the ssl certificates before they expire ?
It's not supported at runtime in the kafka java clients, so It look like you have to restart yourself the schema-registry, so it use the new certificates.