-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Retry for endpoint detection #1939
Comments
Maybe some management button with "Forget instance" functionality. I have similar issue in Kubernetes. I use client discovery to locate all services and their endpoints, but if fo some reason service is redeployed then SBA keeps trying to connect the old one. |
We have implemented a button to retrigger service detection to the UI, it will be shipped with the next release. It allows users to manually retry detection when implemented discovery clients have some issues detecting running services (e.g. consul). |
When endpoint detection fails (e.g. due to network issues), then SBA will not know about the endpoints of that instance and there is no option to trigger the detection again. The current solution would be restarting the instance.
Endpoints should not change while the application is running, so we do not need a periodic trigger or a button in the ui. Only in error case there should be a retry. See ProbeEndpointsStrategy.
The text was updated successfully, but these errors were encountered: