Skip to content

Support server running mode in CP, AP or mixed #745

@nkorange

Description

@nkorange
Collaborator

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

self-assigned this
on Feb 10, 2019
added this to the 1.0.0 milestone on Feb 10, 2019
nkorange

nkorange commented on Feb 10, 2019

@nkorange
CollaboratorAuthor

related to #502 .

added 2 commits that reference this issue on Feb 11, 2019
added 2 commits that reference this issue on Mar 20, 2019
added a commit that references this issue on Mar 21, 2019
78466d4
added a commit that references this issue on Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @nkorange

      Issue actions

        Support server running mode in CP, AP or mixed · Issue #745 · alibaba/nacos