mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
6ada2e05ff
* Fix topoloy intention with mixed connect-native/normal services. If a service is registered twice, once with connect-native and once without, the topology views would prune the existing intentions. This change brings the code more in line with the transparent proxy behavior. * Dedupe nodes in the ServiceTopology ui endpoint (like done with tags). * Consider a service connect-native as soon as one instance is.
4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
```release-note:improvement
|
|
ui: the topology view now properly displays services with mixed connect and non-connect instances.
|
|
```
|