Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
CURITY_PRINCIPAL="dn: cn=C. User, ou=NewHires, o=JNDITutorial" > > ? > > MG>what is value of zookeeper.sasl.client.username System Property ? > > Martin > > From: Sivaprakash > Sent: Thursday, February 15, 2018 11:24 AM > To: users@kafka.apache.org >

Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
Feb 15, 2018 at 3:58 PM, Sivaprakash com > > wrote: > > > In this case how authentication keys can be maintained? If I want to > change > > key/password for my cluster how can I change it in my clients (producers) > > because they might be sitting in my remote place (senso

Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
nd get > metadata from this broker. And with these metadata they will connect to the > different leaders as needed. > > Jakub > > On Thu, Feb 15, 2018 at 12:50 PM, Sivaprakash < > sivaprakashshanmu...@gmail.com> wrote: > > > Hi, > > > > Just tryi

Static IP Configuration

2018-02-15 Thread Sivaprakash
Hi, Just trying to understand how Zookeeper works with Kafka in recent versions. Document says Zookeeper need not be connected by Producer and Subscriber. How to assign a static IP to the whole cluster (anything like load balancer) ? I want my producers to use only one IP or domain to publish dat

Authentication between Producer and Broker

2018-02-13 Thread Sivaprakash
Hi, Im using Kafka to collect Device Status and Log from IoT gateway which are installed different location in users place. Im trying to setup Authentication option between client (producer) and the broker., In Password based authentication what if I want to change password frequently as a best pr