kafka topic优化及解释,删除废弃topic的冗余代码 (#255)

This commit is contained in:
Smile
2022-08-11 10:24:37 +08:00
committed by GitHub
parent c4ee293388
commit 547ad7a2c7
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -213,10 +213,10 @@ type config struct {
Addr []string `yaml:"addr"`
Topic string `yaml:"topic"`
}
Ws2mschatOffline struct {
Addr []string `yaml:"addr"`
Topic string `yaml:"topic"`
}
//Ws2mschatOffline struct {
// Addr []string `yaml:"addr"`
// Topic string `yaml:"topic"`
//}
MsgToMongo struct {
Addr []string `yaml:"addr"`
Topic string `yaml:"topic"`