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
Please help me figure out the problem. I have a Java EE application that is deployed in a kubernetes cluster on Wildfly 18.0.1. Eureka is also deployed in this cluster. I use this Maven dependency in my Java application:
The problem is that after the application is completed, it is not automatically unregistered from Eureka and, accordingly, Eureka remembers about it for some more time, which is incorrect behavior for me
I think it may be due to the library itself being used, that it cannot work with Java EE.
The text was updated successfully, but these errors were encountered:
Please help me figure out the problem. I have a Java EE application that is deployed in a kubernetes cluster on Wildfly 18.0.1. Eureka is also deployed in this cluster. I use this Maven dependency in my Java application:
This is the class that is responsible for registering and de-registering an application instance in Eureka:
deRegister method in EurekaClientService:
The problem is that after the application is completed, it is not automatically unregistered from Eureka and, accordingly, Eureka remembers about it for some more time, which is incorrect behavior for me
I think it may be due to the library itself being used, that it cannot work with Java EE.
The text was updated successfully, but these errors were encountered: