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

[Nacos 3.0] The namespace of ConfigChangeNotifyRequest mismatch with client when client namespace is empty #13140

Open
Sunrisea opened this issue Feb 27, 2025 · 0 comments
Labels
area/Client Related to Nacos Client SDK area/Config kind/bug Category issues or prs related to bug.
Milestone

Comments

@Sunrisea
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

Due to the transformation of the empty and "public" namespaces on the server side, when the client's namespace is empty, the namespace in the ConfigChangeNotifyRequest does not match the client's namespace. As a result, the client is unable to receive configuration change notifications.

Expected behavior
A clear and concise description of what you expected to happen.

Actually behavior
A clear and concise description of what you actually to happen.

How to Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See errors

Desktop (please complete the following information):

  • OS: [e.g. Centos]
  • Version [e.g. nacos-server 1.3.1, nacos-client 1.3.1]
  • Module [e.g. naming/config]
  • SDK [e.g. original, spring-cloud-alibaba-nacos, dubbo]

Additional context
Add any other context about the problem here.

@KomachiSion KomachiSion added kind/bug Category issues or prs related to bug. area/Config area/Client Related to Nacos Client SDK labels Feb 27, 2025
@KomachiSion KomachiSion added this to the 3.0.0 milestone Feb 27, 2025
shiyiyue1102 pushed a commit that referenced this issue Mar 5, 2025
Config change notify empty namespace transfer (#13141)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK area/Config kind/bug Category issues or prs related to bug.
Projects
None yet
Development

No branches or pull requests

2 participants