Richard Youngkin
Richard Youngkin
Calling Ready() on a half-open breaker will reset the breaker to open. I'm writing a test to better understand how Breaker behaves in a half-open state. I'm using `Breaker.Ready()` to...
I'm testing connection failure scenarios between ZK (3.4.6) and a client written with go-zookeeper. When I kill the ZK server go-zookeeper retries the connection to ZK, but the retry loop...
I'd like to use `Conn.SetLogger(Logger)` to change the behavior of the default logger. `go test -race` reports a race with the call to this function and calls to `c.logger.Printf(...)` in...