We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271fb26 commit 9c03685Copy full SHA for 9c03685
1 file changed
consul/resolver.go
@@ -206,7 +206,6 @@ func (c *consulResolver) watcher() {
206
// addresses (addrs is nil), we have to report an empty
207
// set of resolved addresses. It informs the grpc-balancer that resolution is not
208
// in progress anymore and grpc calls can failFast.
209
- // TODO: replace DeepEqual with a custom Cmp function
210
if addressesEqual(addrs, lastReportedAddrs) {
211
// If the consul server responds with
212
// the same data then in the last
0 commit comments