Hello all, I'm working my way through Kafka 0.9 SSL/TLS authentication.
If I make a change to the truststore, either adding or removing a certificate, will Kafka automatically pick up the changes or would I need to restart ? My main issue is how to unauthorize a producer. I've seen suggestions for doing this by changing ACLs but I'd like to stop at the connection level, either via a certificate revocation list or via updating the truststore. Thanks, Tuan