Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
ext.SECURITY_PRINCIPAL="dn: cn=C. User, ou=NewHires, o=JNDITutorial" > > ? > > MG>what is value of zookeeper.sasl.client.username System Property ? > > Martin > > From: Sivaprakash <sivaprakashshanmu...@gmail.com> > Sent: Thursd

Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
> > On Thu, Feb 15, 2018 at 3:58 PM, Sivaprakash <sivaprakashshanmugam@gmail. > 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) > &g

Re: Static IP Configuration

2018-02-15 Thread Sivaprakash
to one of the Kafka brokers and 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, > >

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

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