Typo fix + add global config to ToC

This commit is contained in:
Uri Shachar 2022-08-10 13:19:54 +03:00
parent fab04389c8
commit 632ef0b1b8
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
- [Roles](#roles)
- [Node and Failover Coordinator IDs](#node-and-failover-coordinator-ids)
- [Publish/Subscribe](#publish/subscribe)
- [Global Configuration](#global-configuration)
- [Reference Implementation](#reference-implementation)
- [Road to Production](#road-to-production)
- [Potential Enhancements](#potential-enhancements)
@ -449,7 +450,7 @@ the rate of change for the cluster topology (adding / removing nodes & slot owne
cannot be handled by the centralized control plane as it would quickly be overwhelmed.
By propagating the individual node 'global config' epoch as part of the status messages to the TD we can expose when a certain configuration
change has been received by all nodes.
Node local config changes (to the relevant global settings) would be overriden every time a change is propagated through
Node local config changes (to the relevant global settings) would be overridden every time a change is propagated through
the cluster.
Another possibility would be to leverage node level distribution mechanism like unsharded Pub/Sub.