Skip to content

Commit

Permalink
Clean up phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m authored Nov 18, 2024
1 parent 7cd95cf commit 0da5d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For clusters using groups for their data nodes, subscriber-only groups can use a

Each subscriber-only group uses that group leader to replicate changes to other subscriber-only nodes in its group. The group leader acts as a replication proxy for incoming changes.

The write leader nodes in other non-subscriber-only groups replicate changes to the group leader of the subscriber-only group. Other nodes only replicate within their data groups, both within their own group and in other data groups.
The write leader nodes in data groups replicate changes to the group leaders of the subscriber-only groups. Other nodes in the data groups only replicate with nodes in their data group and with data nodes in other data groups. They do not directly replicate their changes to the subscriber-only groups.

## Subscriber-only group leaders

Expand Down

0 comments on commit 0da5d5d

Please sign in to comment.