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
CP mode provides strong consistency, data persistence but network partition tolerance.
AP mode provides eventual consistency and network partition tolerance but data persistence.
Mixed mode provides CP for some data and AP for some other data.
Service level information and cluster level information are always operated via CP protocol, so in AP mode they cannot be edited.
Activity
nkorange commentedon Feb 10, 2019
related to #502 .
#745 Support multiple server modes
#745 Support service creation in AP mode
#745 Remove server mode
#745 Modify default server mode
Merge pull request #937 from alibaba/hotfix_default_server_mode
Nacos (alibaba#745)