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] register-mode parameter in ApplicationConfig is not effective #14883

Open
4 tasks done
aruato opened this issue Nov 11, 2024 · 1 comment · May be fixed by #14884
Open
4 tasks done

[Bug] register-mode parameter in ApplicationConfig is not effective #14883

aruato opened this issue Nov 11, 2024 · 1 comment · May be fixed by #14884
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@aruato
Copy link

aruato commented Nov 11, 2024

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 3.3.2

Steps to reproduce this issue

When configuring dubbo.application.register-mode=instance and dubbo.registry.register-mode=all, the expected behavior is for the application configuration to take precedence. However, the actual behavior is that the registry configuration is applied instead

What you expected to happen

The priority of ApplicationConfig should be higher than that of RegistryConfig

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

@aruato aruato added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Nov 11, 2024
@aruato aruato linked a pull request Nov 11, 2024 that will close this issue
@AlbumenJ
Copy link
Member

The priority of RegistryConfig is higher than ApplicationConfig

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

Successfully merging a pull request may close this issue.

2 participants