cadence
cadence copied to clipboard
chore(shard-distributor): introduce LoadBalancingMode dynamic property
What changed?
- Introduced dynamic property for
LoadBalancingMode - Merged
MigrationConfigandConfigtoDynamicConfig - Split
StaticConfigandDynamicConfiginto 2 different files - Renamed
ConfigModetoMigrationMode - Removed non-used
ShardManager*dynamic properties -
LoadBalancingModehas been added
Why?
-
LoadBalancingModedynamic property is going to be used to set a load balancing mode for shard rebalancing, and will be needed in the next PR.
How did you test it?
- Unit test
- Run canary locally