Removing info that is now incorrect about zk options.

This commit is contained in:
Renan DelValle 2018-06-22 12:48:24 -07:00
parent 4935709a72
commit e8c40b9b5f
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -196,7 +196,6 @@ func ClientCerts(clientKey, clientCert string) ClientOption {
}
// Use this option if you'd like to override default settings for connecting to Zookeeper.
// For example, this can be used to override the scheme to be used for communicating with Aurora (e.g. https).
// See zk.go for what is possible to set as an option.
func ZookeeperOptions(opts ...ZKOpt) ClientOption {
return func(config *RealisConfig) {