From 50854f04d56913acb4250ca8e7d5c32b5356d217 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 12 Jan 2026 01:18:44 -0800 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20=E6=B7=BB=E5=8A=A0=20mining-admi?= =?UTF-8?q?n-service-cdc-group=20=E5=88=B0=20CDC=20=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 确保 full-reset 时同时重置 mining-admin-service 的 consumer group, 使其能从头消费所有 outbox 事件。 Co-Authored-By: Claude Opus 4.5 --- backend/services/deploy-mining.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/services/deploy-mining.sh b/backend/services/deploy-mining.sh index 07d154a4..75a0ce2a 100755 --- a/backend/services/deploy-mining.sh +++ b/backend/services/deploy-mining.sh @@ -106,6 +106,7 @@ declare -A SERVICE_PORTS=( CDC_CONSUMER_GROUPS=( "contribution-service-cdc-group" "auth-service-cdc-group" + "mining-admin-service-cdc-group" ) # Colors