Removing info that is now incorrect about zk options.
This commit is contained in:
parent
4935709a72
commit
e8c40b9b5f
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
// 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.
|
// See zk.go for what is possible to set as an option.
|
||||||
func ZookeeperOptions(opts ...ZKOpt) ClientOption {
|
func ZookeeperOptions(opts ...ZKOpt) ClientOption {
|
||||||
return func(config *RealisConfig) {
|
return func(config *RealisConfig) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue