Removing override fields for zk config.

This commit is contained in:
Renan DelValle 2018-06-22 12:40:09 -07:00
parent 1535c74b02
commit 3723e7dd2c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

2
zk.go
View file

@ -41,8 +41,6 @@ type zkConfig struct {
backoff Backoff
timeout time.Duration
logger Logger
auroraSchemeOverride *string
auroraPortOverride *int
}
type ZKOpt func(z *zkConfig)