-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) DetailsAs 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.
Replies: 1 comment 1 reply
-
You can specify |
Beta Was this translation helpful? Give feedback.
You can specify
check=false
for each reference or global.