From 73118ce447b7e9934d9fe2c59c7176076749c66b Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Fri, 12 Aug 2022 21:49:54 +0800 Subject: [PATCH] config recover --- config/config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 7192bf255..998a486c5 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -46,9 +46,9 @@ kafka: ws2mschat: addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可 topic: "ws2ms_chat" #用于mongo和mysql保存消息 -# ws2mschatoffline: -# addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可 -# topic: "ws2ms_chat_offline" #原为离线用户消息处理,目前暂时弃用 + ws2mschatoffline: + addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可 + topic: "ws2ms_chat_offline" #原为离线用户消息处理,目前暂时弃用 msgtomongo: addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可 topic: "msg_to_mongo" @@ -63,6 +63,7 @@ kafka: + #---------------Internal service configuration---------------------# # The service ip default is empty,