linkedin / Burrow

Kafka Consumer Lag Checking
Apache License 2.0
3.73k stars 795 forks source link

zookeeper ssl support #304

Open mfroes opened 6 years ago

mfroes commented 6 years ago

Hi, We decided to use Zookeeper r3.5.3-beta with SSL support for our cluster. I have been trying to configure the [zookeeper] section to use SSL support. I have tried with client-profile="tlsclient" and with tls="tlsprofile" but the authentication fails every time. {"level":"info","ts":1512689840.9902906,"msg":"Authentication failed: read tcp ip:53550->ip2:2281: i/o timeout","type":"coordinator","name":"zookeeper"} Is there a way of setting it up ? Thanks,

toddpalino commented 6 years ago

Currently Burrow does not support Zookeeper SSL

mfroes commented 6 years ago

Is there any plans for adding the support?

toddpalino commented 6 years ago

It's not on my list at the moment, as the Zookeeper that supports it is still beta (and has been for a significant length of time). If someone else would like to work on it, I'm happy to review the PR.

marcelrend commented 4 years ago

@toddpalino do you have any update on this? I see some work was done here https://github.com/linkedin/Burrow/issues/347

amossc commented 2 years ago

With soon dropping the use of Zookeeper, how relevant is this still? https://github.com/linkedin/Burrow/issues/707

parulpriyaBLK commented 2 years ago

Is there any update for the Burrow supporting Zookeeper SSL/TLS connection?