kafka msg data conversion

This commit is contained in:
pluto 2023-08-21 18:59:59 +08:00
parent af6608a7c8
commit aafe633726

View File

@ -21,7 +21,7 @@ import (
)
var (
topic = "latestMsgToRedis"
topic = "ws2ms_chat"
addr = "127.0.0.1:9092"
//addr = "43.128.72.19:9092"
)