From 3eabd78808c79773adbdfd48a5b49dbac1d9adaf Mon Sep 17 00:00:00 2001 From: zhx Date: Tue, 9 Jun 2026 11:48:35 +0800 Subject: [PATCH] enable notice mq consumers in test config --- services/notice-service/configs/config.docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/notice-service/configs/config.docker.yaml b/services/notice-service/configs/config.docker.yaml index d106f437..3436dc1b 100644 --- a/services/notice-service/configs/config.docker.yaml +++ b/services/notice-service/configs/config.docker.yaml @@ -57,12 +57,12 @@ rocketmq: secret_key: "" namespace: "" wallet_outbox: - enabled: false + enabled: true topic: "hyapp_wallet_outbox" consumer_group: "hyapp-notice-wallet-outbox" consumer_max_reconsume_times: 16 room_outbox: - enabled: false + enabled: true topic: "hyapp_room_outbox" consumer_group: "hyapp-notice-room-outbox" consumer_max_reconsume_times: 16