forked from samuel/go-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
msolo edited this page Jan 27, 2019
·
10 revisions
Welcome to the go-zookeeper wiki!
The underlying issue or intent of some pull requests has been fixed or obviated by other changes. Those are listed here so we don't try to unnecessarily re-fix issues.
https://github.com/samuel/go-zookeeper/pull/68https://github.com/samuel/go-zookeeper/pull/129https://github.com/samuel/go-zookeeper/pull/140https://github.com/samuel/go-zookeeper/pull/141https://github.com/samuel/go-zookeeper/pull/142https://github.com/samuel/go-zookeeper/pull/183
These changes have been applied more or less as-is.
https://github.com/samuel/go-zookeeper/pull/146https://github.com/samuel/go-zookeeper/pull/188https://github.com/samuel/go-zookeeper/pull/206
-
https://github.com/samuel/go-zookeeper/issues/157- Uncache DNS by using
WithHostProvider(&SimpleDNSHostProvider{})
- Uncache DNS by using
These are good ideas, but fundamentally incompatible with this version of the API. Defer integration until we have semantic versioning.
- https://github.com/samuel/go-zookeeper/pull/110
- https://github.com/samuel/go-zookeeper/pull/136
-
https://github.com/samuel/go-zookeeper/pull/186
- Unclear this is still relevant,
go test -race
seems to run OK.
- Unclear this is still relevant,
-
https://github.com/samuel/go-zookeeper/pull/191- Relevant to DNS re-resolve, but seems complex. Probably better to focus on #206.