From 5ff1e6182e7ce5fe58d72e208bd1b62f32395c6a Mon Sep 17 00:00:00 2001 From: edigregorio Date: Fri, 14 Nov 2025 14:46:40 +0100 Subject: [PATCH] fix (shard-distributor): change to migration dynamic config name Signed-off-by: edigregorio --- config/dynamicconfig/development.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/dynamicconfig/development.yaml b/config/dynamicconfig/development.yaml index d25c67acd26..835b05d0dcf 100644 --- a/config/dynamicconfig/development.yaml +++ b/config/dynamicconfig/development.yaml @@ -73,17 +73,17 @@ system.readVisibilityStoreName: - value: "db" matching.enableClientAutoConfig: - value: true -shardDistributor.MigrationMode: +shardDistributor.migrationMode: - value: "onboarded" - value: "local_pass" constraints: - namespace: "test-local-passthrough" + namespace: "test-local-passthrough" - value: "local_pass_shadow" constraints: - namespace: "test-local-passthrough-shadow" + namespace: "test-local-passthrough-shadow" - value: "distributed_pass" constraints: - namespace: "test-distributed-passthrough" + namespace: "test-distributed-passthrough" - value: "distributed_pass" constraints: - namespace: "test-external-assignment" + namespace: "test-external-assignment"