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
I am sure that all the content I provide is in English.
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
In the spring environment, dubbo's default registration behavior may register with the registration center before the beans it depends on and their resources are initialized. This will cause errors when some requests come in. At this time, the provider is actually unavailable. To solve this problem, automatic registration is generally turned off and then health checks are performed through scripts. After passing the health check, use qos to go online. However, this behavior can be implemented in the program using healthEndpoint.health(). I think such a function should be provided to users rather than being implemented entirely through operation and maintenance means.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
In the spring environment, dubbo's default registration behavior may register with the registration center before the beans it depends on and their resources are initialized. This will cause errors when some requests come in. At this time, the provider is actually unavailable. To solve this problem, automatic registration is generally turned off and then health checks are performed through scripts. After passing the health check, use qos to go online. However, this behavior can be implemented in the program using healthEndpoint.health(). I think such a function should be provided to users rather than being implemented entirely through operation and maintenance means.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions