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

[Feature] In dubbo-admin scenario, optimize nacos registration performance and memory consumption #14987

Open
4 tasks done
wcwssf opened this issue Dec 15, 2024 · 2 comments
Open
4 tasks done
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@wcwssf
Copy link

wcwssf commented Dec 15, 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 feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

When dubbo-admin uses nacos as the registration center, the registration center notifySubscriber process is very slow and consumes a lot of memory. Because of all the service info will be related to every single service , so that every single service changed , the Subscriber will process all the service, and cache file store the all related service info.

Related issues

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

@wcwssf wcwssf added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Dec 15, 2024
@wcwssf wcwssf changed the title [Feature] [Feature] In dubbo-admin scenario, optimize nacos registration performance and memory consumption Dec 15, 2024
@Placidoe
Copy link

Hello. I'm interested in this. Could I give it a try?

@wcwssf
Copy link
Author

wcwssf commented Dec 20, 2024

Hello. I'm interested in this. Could I give it a try?
Thanks for your interest in this topic, we have fixed this issue on our development branch and want to merge it into the main repository

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