Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Maulin Vasavada
Looks great Rajini. Indeed PEM is a standard needed to be supported in a first class way on Kafka. On Wed, Aug 5, 2020 at 9:55 PM Manikumar wrote: > Thanks for the KIP. LGTM. > > On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > > > Yes, Rajinit, it looks good -- an excellently-written

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Rajini Sivaram
Hi Andrew, Ron & Manikumar, Thanks for reviewing the KIP! If there are no concerns, I will start vote later today. Regards, Rajini On Thu, Aug 6, 2020 at 5:55 AM Manikumar wrote: > Thanks for the KIP. LGTM. > > On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > > > Yes, Rajinit, it

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-05 Thread Manikumar
Thanks for the KIP. LGTM. On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > Yes, Rajinit, it looks good -- an excellently-written KIP. Thanks! > > Ron > > On Mon, Aug 3, 2020 at 9:17 AM Andrew Otto wrote: > > > Yes please! I had to build custom tooling to automate generation and > >

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-04 Thread Ron Dagostino
Yes, Rajinit, it looks good -- an excellently-written KIP. Thanks! Ron On Mon, Aug 3, 2020 at 9:17 AM Andrew Otto wrote: > Yes please! I had to build custom tooling to automate generation and > distribution of java truststore and keystore files at Wikimedia for Kafka > brokers and clients.

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-03 Thread Andrew Otto
Yes please! I had to build custom tooling to automate generation and distribution of java truststore and keystore files at Wikimedia for Kafka brokers and clients. PEM is much more standard outside of the Java world and it would be simpler to not have to maintain custom tooling for keystores. -

[DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-03 Thread Rajini Sivaram
Hi all, I have submitted KIP-651 to support PEM format for SSL key and trust stores: - https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key This enables better integration with other Kafka features like dynamic config update