f1b902beac
This PR updates Nomad's Consul service client to do map comparisons using maps.Equal instead of reflect.DeepEqual. The bug fix is in how DeepEqual treats nil slices different from empty slices, when actually they should be treated the same.
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
```release-note:bug
|
|
consul: Fixed a bug where services continuously re-registered
|
|
```
|