Replies: 1 comment
-
You can specify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
As stated, I currently have two applications, pilot-agent and pilot-server. The agent provides services for the server to call through Dubbo. When the agent is not started, starting the server will result in an error and directly terminate the Java process. However, I believe these two should be decoupled. When the server starts, if the agent is not started, it should keep retrying without blocking the startup of the server. Is this possible with Dubbo? The exception I encounter during startup is as follows:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions