go-zookeeper/zk

Does this client support ssl connection?

peaka9 opened this issue · 2 comments

Hello,
As the Apache ZooKeeper support ssl connection, I want to know whether this go client support ssl connectiong.

It does. You can use WithDialer to pass the ssl dial function.

It does. You can use WithDialer to pass the ssl dial function.

Thank you.