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.
Search before asking
I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo version:2.7
jdk version:1.8
Steps to reproduce this issue
I use dubbo 2.7 version that I found when I use auto register provider service ,such as use @service annotate way ,the service register zookeeper Registration Center before the applicaition startup.So when I send a request ,the request will be send by zk ,and zk will send to the register service ,but the applicaiton is not ready ,so it will be back timeout exception.
What you expected to happen
Auto register way have a delay properties or it can register after by the application is started
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo version:2.7
jdk version:1.8
Steps to reproduce this issue
I use dubbo 2.7 version that I found when I use auto register provider service ,such as use @service annotate way ,the service register zookeeper Registration Center before the applicaition startup.So when I send a request ,the request will be send by zk ,and zk will send to the register service ,but the applicaiton is not ready ,so it will be back timeout exception.
What you expected to happen
Auto register way have a delay properties or it can register after by the application is started
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: