Spring boot Kafka Streams SSL hot reload

Hi, we have a spring boot kafka streams application that is connecting to a self hosted kafka broker using 2 way ssl authentication… we are able to dynamically hot reload kafka broker with new certs using Kafka configs script but we couldn’t find a way to hot reload the spring boot kafka streams app with new certs… it seems kafka configs script doesn’t support updating kafka clients and kafka streams application reset tool is used for a different purpose(reset entire application)… Does any one familiar with updating spring boot kafka streams SSL context with new certs without restarting the application? Any help or suggestion would be greatly appreciated!

Why not have the restart?