Eureka Client is responsible for a) Registering the instance with Eureka Server b) Renewalof the lease with Eureka Server c) Cancellation of the lease from Eureka Server during shutdown
d) Querying the list of services/instances registered with Eureka Server
Eureka Client needs a configured list of Eureka Server {@link java.net.URL}s to talk to.These {@link java.net.URL}s are typically amazon elastic eips which do not change. All of the functions defined above fail-over to other {@link java.net.URL}s specified in the list in the case of failure.
@author Karthik Ranganathan, Greg Kim
|
|