Commit 7c1d1d5
authored
fix(shard-distributor): change to migration dynamic config name (#7441)
<!-- Describe what has changed in this PR -->
**What changed?**
Changed to use the standard naming convention was not reflected in
development config
<!-- Tell your future self why have you made these changes -->
**Why?**
when starting the services only the namespaces with default behavior
where receiving the righe configuration from SD. the misconfigured ones
were still operating since the result was an invalid migration mode, but
the shadow mode was not really tested in local environment after the
change of the property name.
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
**How did you test it?**
local development
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
no, only affect local development
<!-- 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**
<!-- 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**
Signed-off-by: edigregorio <[email protected]>1 parent 90dcbc7 commit 7c1d1d5
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
0 commit comments