You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Enhancement Request
When using Nacos as a meta service should use naming service to save meta data.
Describe the solution you'd like
When using nacos as meta storage, it uses configService to save client info currently:
But I think this usage is inappropriate, because when nacos uses a cluster, config data will be persisted to the database, TPS is very low, and these service-related information should be saved to the metadata of the registration center
Pil0tXia
changed the title
[Enhancement] Using Nacos NamingService to save meta data.
[Enhancement] Use Nacos NamingService to save meta data
Apr 16, 2024
I have found that subscriber information is stored on meta storage, which is frequently updated and not suitable for persistent storage.
But if you use name service, if one eventmesh goes down, how can you ensure that the subscription information on this eventmesh is loaded to other meshes?
Search before asking
Enhancement Request
When using Nacos as a meta service should use naming service to save meta data.
Describe the solution you'd like
When using nacos as meta storage, it uses configService to save client info currently:
But I think this usage is inappropriate, because when nacos uses a cluster, config data will be persisted to the database, TPS is very low, and these service-related information should be saved to the metadata of the registration center
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: