Re: KIP-226 - Dynamic Broker Configuration

2018-04-19 Thread Darshan
Hi Rajini

1. Oh so truststores can't be be updated dynamically ? Is it planned for
any future release?

2. By dynamically updated, do you mean that if Broker was using keystore A,
we can now point it to use a different keystore B ?

Thanks.



On Wed, Apr 18, 2018 at 10:51 PM, Darshan 
wrote:

> Hi
>
> KIP-226 is released in 1.1. I had a questions about it.
>
> If we add a new certificate (programmatically) in the truststore that
> Kafka Broker is using it, do we need to issue any CLI or other command for
> Kafka broker to read the new certificate or with KIP-226 everything happens
> automatically ?
>
> Thanks.
>
>
>


Re: KIP-226 - Dynamic Broker Configuration

2018-04-19 Thread Rajini Sivaram
Hi Darshan,

We currently allow only keystores to be dynamically updated. And you need
to use kaka-configs.sh to update the keystore config. See
https://kafka.apache.org/documentation/#dynamicbrokerconfigs.

On Thu, Apr 19, 2018 at 6:51 AM, Darshan 
wrote:

> Hi
>
> KIP-226 is released in 1.1. I had a questions about it.
>
> If we add a new certificate (programmatically) in the truststore that
> Kafka Broker is using it, do we need to issue any CLI or other command for
> Kafka broker to read the new certificate or with KIP-226 everything happens
> automatically ?
>
> Thanks.
>
>
>


KIP-226 - Dynamic Broker Configuration

2018-04-18 Thread Darshan
Hi

KIP-226 is released in 1.1. I had a questions about it.

If we add a new certificate (programmatically) in the truststore that Kafka
Broker is using it, do we need to issue any CLI or other command for Kafka
broker to read the new certificate or with KIP-226 everything happens
automatically ?

Thanks.