Re: Making a Window services for kafka having sasl and ssl configuration

2018-04-03 Thread Martin Gainty
From: ashish chauhan <ashishvit...@gmail.com> Sent: Tuesday, April 3, 2018 4:16 AM To: users@kafka.apache.org Subject: Making a Window services for kafka having sasl and ssl configuration I am trying to make Window services for kafka having sasl a

Making a Window services for kafka having sasl and ssl configuration

2018-04-03 Thread ashish chauhan
I am trying to make Window services for kafka having sasl and ssl configuration to keep it always running when my machine starts. I am not sure how to set the following at run time for ssl authentication ,configuring and setting the jvm parameter before making the window services. set KAFKA_OPTS

Re: SASL and SSL

2017-05-26 Thread Waleed Fateem
Hi Kaufman, Thanks for the blog link. It definitely helped clear up a few things, but I was struggling to understand the behavior I was seeing where clients were still able to establish an SSL connection after SASL authentication even when trust store config was not set at the client side

Re: SASL and SSL

2017-05-25 Thread Kaufman Ng
leed Fateem <waleed.fat...@gmail.com> > wrote: > > > Hello! > > > > I'm not very clear on the behavior that we should expect when we > configure > > Kafka to use the protocol SASL_SSL. > > > > Is SASL or SSL mutually exclusive here or can I

Re: SASL and SSL

2017-05-24 Thread Waleed Fateem
ed.fat...@gmail.com> wrote: > Hello! > > I'm not very clear on the behavior that we should expect when we configure > Kafka to use the protocol SASL_SSL. > > Is SASL or SSL mutually exclusive here or can I authenticate with SASL and > use SSL for encryption? > > If th

SASL and SSL

2017-05-24 Thread Waleed Fateem
Hello! I'm not very clear on the behavior that we should expect when we configure Kafka to use the protocol SASL_SSL. Is SASL or SSL mutually exclusive here or can I authenticate with SASL and use SSL for encryption? If the latter is true, then is it correct to assume that encryption will take