From e8c40b9b5fbb45d981037aebb5e22bd4eb83c4b7 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Fri, 22 Jun 2018 12:48:24 -0700 Subject: [PATCH] Removing info that is now incorrect about zk options. --- realis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realis.go b/realis.go index 5a93872..82a5eac 100644 --- a/realis.go +++ b/realis.go @@ -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) {