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

dubbo 3.0.7: serviceNameMapping not found serviceName if provider metacenter disabled #9992

Closed
yuchang01 opened this issue May 5, 2022 · 1 comment
Labels
type/bug Bugs to being fixed
Milestone

Comments

@yuchang01
Copy link
Contributor

  • [ x ] I have searched the issues of this repository and believe that this is not a duplicate.

dubbo 3.0.5 ok, but failed 3.0.7. We use registry-type=service, metadata-center is disabled.

Environment

  • Dubbo version: 3.0.7
  • Operating System version: Spring Boot 2.5.12
  • Java version: jdk 11

Steps to reproduce this issue

  1. properties config(via yaml)
dubbo:
  registry:
    address: nacos://127.0.0.1:8848?registry-type=service&username=nacos&password=nacos
    use-as-config-center: false
    use-as-metadata-center: false

Pls. provide [GitHub address] to reproduce this issue.

Expected Behavior

Actual Behavior

If there is an exception, please attach the exception trace:

Just put your stack trace here!
@yuchang01 yuchang01 added the type/bug Bugs to being fixed label May 5, 2022
@yuchang01
Copy link
Contributor Author

@chickenlj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bugs to being fixed
Projects
None yet
Development

No branches or pull requests

2 participants