mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-28 16:29:19 +08:00
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
This commit is contained in:
commit
e3c702aca1
@ -55,8 +55,8 @@ kafka:
|
|||||||
addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可
|
addr: [ 127.0.0.1:9092 ] #kafka配置,默认即可
|
||||||
topic: "ms2ps_chat"
|
topic: "ms2ps_chat"
|
||||||
consumergroupid:
|
consumergroupid:
|
||||||
msgToRedis: redis
|
msgToTransfer: mongo
|
||||||
msgToMongo: mongo
|
msgToMongo: mongo_ex
|
||||||
msgToMySql: mysql
|
msgToMySql: mysql
|
||||||
msgToPush: push
|
msgToPush: push
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ type config struct {
|
|||||||
Topic string `yaml:"topic"`
|
Topic string `yaml:"topic"`
|
||||||
}
|
}
|
||||||
ConsumerGroupID struct {
|
ConsumerGroupID struct {
|
||||||
MsgToRedis string `yaml:"msgToRedis"`
|
MsgToRedis string `yaml:"msgToTransfer"`
|
||||||
MsgToMongo string `yaml:"msgToMongo"`
|
MsgToMongo string `yaml:"msgToMongo"`
|
||||||
MsgToMySql string `yaml:"msgToMySql"`
|
MsgToMySql string `yaml:"msgToMySql"`
|
||||||
MsgToPush string `yaml:"msgToPush"`
|
MsgToPush string `yaml:"msgToPush"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user