Hi, I am using Flink Kafka connectors to communicate with Kafka broker over mutual TLS. Is there any way or recommendation to handle certificate renewal for these Kafka clients.
I am monitoring the pem files and recreating the keystore/truststore(jks) on renewal, but how can I reload these to already running Flink Kafka connectors? Flink version - 1.16 Thanks!!