You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2018. It is now read-only.
The Spring Cloud team recommends to append a ServiceInstance it's serviceName with some form of UUID. This ensure that reboots of a service will not match with old instances based on the serviceName as the chances of UUID clashes are slim.
We should reflect this in the Spring Cloud solution for the Distributed set up, as this influences the black listing mechanism.