Does this client support ssl connection?
peaka9 opened this issue · 2 comments
peaka9 commented
Hello,
As the Apache ZooKeeper support ssl connection, I want to know whether this go client support ssl connectiong.
pmazzini commented
It does. You can use WithDialer to pass the ssl dial function.
peaka9 commented
It does. You can use WithDialer to pass the ssl dial function.
Thank you.