Re: connecting to 2 different clusters with different sasl realms in a single process

2018-02-23 Thread Kamal
I'd like to point out that you can pass multiple jaas config within a jvm using `sasl.jaas.config` in producer & consumer config. On Mon, Feb 19, 2018 at 8:10 PM, Michal Hariš wrote: > Hi all, > > I have one cluster with kerberos authenticator and another with simple > authenticator. I need to b

connecting to 2 different clusters with different sasl realms in a single process

2018-02-19 Thread Michal Hariš
Hi all, I have one cluster with kerberos authenticator and another with simple authenticator. I need to be able to consume certain topics from the kerberized cluster and produce into the cluster with the simple auth. The ACLs on both cluster work well for the purpose but I can't see the way how to