-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clent Event listener from eureka server. #1027
Comments
Hi @ex00 the java eureka client provides an event interface |
Hi @qiangdavidliu |
Hi, you might want to take a look at CacheRefreshedEvent, which is generated each time the client receives an update. If you want to look into specifics however, you'll have to implement that logic when the event is triggered. |
I changed logic of my application and this issue is not actual already. Thaks for help! |
Hi.
I have issue:
On eureka client site I have logic is related with some services. This logic have same actions for different services - get url to service from eureka and call rest endpoint a service.
And I would want to know about other new connected service to eureka server via events is coming from server. Is it possible?
The text was updated successfully, but these errors were encountered: