I implemented my own DiscoveryProxy service.
Services announce them self when going online/offline. Now, i want to be able to restart the DiscoveryService without restarting the services.
So, my DiscoveryProxyService caches all EndpointDiscoveryMetadata on the file system. and restores them when it restarts. So, now i want to make sure that all those cached-announced EndpointDiscoveryMetadata is still valid.
So, i' am thinking about opening the channels those endpoints, but i am not sure how to do it. Any hint would be more then welcome.