Re: Use Kafka 0.9.0.1 or 0.10.0.0 with Zookeeper 3.5

2016-07-11 Thread Luciano Afranllie
Hi I was able to run Kafka 0.9 using zookeeper-3.5.2-alpha with SSL enabled. I did not do a deep testing but was able to run Kafka and produce/consume using console tools. What I did is to build zkClient with zookeeper-3.5.2-alpha and then build Kafka with this new zkClient, zookeeper-3.5.2-alpha

Re: Use Kafka 0.9.0.1 or 0.10.0.0 with Zookeeper 3.5

2016-06-30 Thread Luciano Afranllie
Thanks Flavio Your last statement is the key here. What we really need is to secure connections between Kafka and zk and between zk nodes. Our understanding so far is that zk 3.5 will allow us to do that so we want to understand what we need to do in Kafka side in order to use TLS connections to Z

Re: Use Kafka 0.9.0.1 or 0.10.0.0 with Zookeeper 3.5

2016-06-29 Thread Flavio Junqueira
Hi Luciano, I can't remember seeing a discussion in this community about 3.5. I suspect your real question is how to set it up to use TLS/SSL because everything else should remain the same. You should be able to run a Kafka cluster as is against a 3.5 ensemble, but you won't have a secure conne