msg handle

This commit is contained in:
Gordon
2022-06-16 12:21:49 +08:00
parent 310997f978
commit 5e51eebe8a
6 changed files with 32 additions and 17 deletions
+3
View File
@@ -47,6 +47,9 @@ kafka:
ws2mschatoffline:
addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可
topic: "ws2ms_chat_offline"
msgtomongo:
addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可
topic: "msg_to_mongo"
ms2pschat:
addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可
topic: "ms2ps_chat"