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 一致性协议】的反馈 订正一个小疏忽 #801

Open
WallenHan opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@WallenHan
Copy link

WallenHan commented Sep 18, 2024

[在此处输入反馈]
并且,虽然做了比较高度的
⼀致性协议抽象,服务模块以及配置模块却依然还是要在自己的代码模块中去 显示 的处理⼀致性协
议的读写请求逻辑,以及需要自己去实现⼀个对接⼀致性协议的存储,这其实是不好的,服务发现
以及配置模块,更多应该专注于数据的使用以及计算,而非数据怎么存储、怎么保障数据⼀致性,
数据存储以及多节点⼀致的问题应该交由存储层来保证。为了进⼀步降低⼀致性协议出现在服务注
册发现以及配置管理两个模块的频次以及尽可能让⼀致性协议只在内核模块中感知,Nacos 这里又
做了另⼀份工作——数据存储抽象。

显示 -> 显式
or
显示 -> 显性

文档详细信息

请勿编辑此部分。nacos.io ➟ GitHub 问题链接必须具有此部分。

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

No branches or pull requests

1 participant