Package com.linkedin.venice.servicediscovery
-
Interface Summary Interface Description ServiceDiscoveryAnnouncer This interface is used to announce the service to a Service Discovery system on startup and de-announce the service on graceful shutdown. -
Class Summary Class Description AsyncRetryingServiceDiscoveryAnnouncer This class is responsible for announcing and de-announcing aServiceDiscoveryAnnouncer
to a Service Discovery system and taking care of failed registrations by retrying them asynchronously.ServiceDiscoveryAnnouncerRetryTask This class is responsible for retrying the registration of aServiceDiscoveryAnnouncer
in the case of registration failure.