Refactoring is used to provide admin with your metadata storage. #13969
Unanswered
songxiaosheng
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When Dubbo SDK starts, the metadata of providers and consumers will be cached in the registry for easy retrieval by the admin service. We can try to remove the registration of this metadata and register the admin service in the registry. After the application starts, it actively pushes data to the admin. The admin periodically pulls data from within each application through the interface to reduce the amount of data registered by SDK with the registry
Beta Was this translation helpful? Give feedback.
All reactions