-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zookeeper ssl support #304
Comments
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 #347 |
With soon dropping the use of Zookeeper, how relevant is this still? #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,
The text was updated successfully, but these errors were encountered: