Skip to content
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

[Bug] autoregister before service application startup #15133

Open
4 tasks done
CentMeng opened this issue Feb 13, 2025 · 1 comment
Open
4 tasks done

[Bug] autoregister before service application startup #15133

CentMeng opened this issue Feb 13, 2025 · 1 comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@CentMeng
Copy link

Pre-check

  • 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!

Code of Conduct

@CentMeng CentMeng added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Feb 13, 2025
@AlbumenJ
Copy link
Member

You can configure delay property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants