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
chore(active-active): Remove RegionInformation from cluster group metadata (cadence-workflow#7275)
<!-- Describe what has changed in this PR -->
**What changed?**
Remove RegionInformation from cluster group metadata
<!-- Tell your future self why have you made these changes -->
**Why?**
There was a design decision change that removes the region concept.
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
unit tests & replication simulation tests
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
<!-- Is it notable for release? e.g. schema updates, configuration or
data migration required? If so, please mention it, and also update
CHANGELOG.md -->
**Release notes**
Active-Active (experimental)
Breaking (experimental only): clusterGroupMetadata.regions removed.
Remove the regions block from your config or the service will fail to
start with yaml: unmarshal errors: field regions not found in type
config.ClusterGroupMetadata.
<!-- Is there any documentation updates should be made for config,
https://cadenceworkflow.io/docs/operation-guide/setup/ ? If so, please
open an PR in https://github.com/cadence-workflow/cadence-docs -->
**Documentation Changes**
0 commit comments