Re: reacting to a truststore change

2016-12-07 Thread Martin Gainty
From: Tuan Dang <tuan.dang.27...@gmail.com> Sent: Wednesday, December 7, 2016 10:00 AM To: users@kafka.apache.org Subject: reacting to a truststore change Hello all, I'm working my way through Kafka 0.9 SSL/TLS authentication. If I make a

reacting to a truststore change

2016-12-07 Thread Tuan Dang
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