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

Can Nacos provide transaction push configuration operations? #12976

Open
weloe opened this issue Dec 20, 2024 · 1 comment
Open

Can Nacos provide transaction push configuration operations? #12976

weloe opened this issue Dec 20, 2024 · 1 comment

Comments

@weloe
Copy link

weloe commented Dec 20, 2024

Now we have interrelated multi-configuration push services, which require that they can only fail or succeed at the same time, although Nacos has an API that can query historical versions to achieve rollback, but it is more cumbersome to implement.

@KomachiSion
Copy link
Collaborator

Not support for now, and It's an challenge feature for current Nacos' structrure.

Now Nacos client and server data consistency is an AP protocol which make sure the final consistency.

Nacos will ensure the newest configuration is actived for each sub clients, but can't ensure all sub clients are actived at same time.

For most of situation of distributed configuration, the protocol is really enough. Can you describe your situation ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants