Open mfroes opened 6 years ago
Currently Burrow does not support Zookeeper SSL
Is there any plans for adding the support?
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.
@toddpalino do you have any update on this? I see some work was done here https://github.com/linkedin/Burrow/issues/347
With soon dropping the use of Zookeeper, how relevant is this still? https://github.com/linkedin/Burrow/issues/707
Is there any update for the Burrow supporting Zookeeper SSL/TLS connection?
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,