refactor: kafka update.

This commit is contained in:
Gordon 2024-04-07 11:18:17 +08:00
parent 38c6ff7e7a
commit c52eaa838c

View File

@ -1,14 +1,13 @@
username: '' username: ''
password: '' password: ''
addr: [ 172.28.0.1:19094 ] addr: [ 172.28.0.1:19094 ]
latestMsgToRedis: toRedis:
topic: "latestMsgToRedis" topic: "toRedis"
offlineMsgToMongo: toMongo:
topic: "offlineMsgToMongoMysql" topic: "toMongo"
msgToPush: toPush:
topic: "msgToPush" topic: "toPush"
consumerGroupID: consumerGroupID:
msgToRedis: redis msgToRedis: redis
msgToMongo: mongo msgToMongo: mongo
msgToMySql: mysql
msgToPush: push msgToPush: push