You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deploy OpenIM on two CVM, sharing MongoDB, Redis, Kafka, Mini, but miss messages when user chat, and users see the different chat messages when call jssdk method getAdvancedHistoryMessageList ,sometimes see the right chat message for today,sometimes see the wrong chat message for yesterday, we cannot find the problem.
deploy steps:
deploy the openim-im-server v3.7.1, chat 1.7.1,oimws v3.5.1-beta.1 on two CVM
OpenIM Server Version
3.7.1
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Issue Description and Steps to Reproduce
deploy OpenIM on two CVM, sharing MongoDB, Redis, Kafka, Mini, but miss messages when user chat, and users see the different chat messages when call jssdk method getAdvancedHistoryMessageList ,sometimes see the right chat message for today,sometimes see the wrong chat message for yesterday, we cannot find the problem.
deploy steps:
deploy the openim-im-server v3.7.1, chat 1.7.1,oimws v3.5.1-beta.1 on two CVM
openim-im-server kafka.yml:
`username: '****'
password: '****'
producerAck: ""
compressType: "none"
address: [ 172.16.0.4:9092 ]
toRedisTopic: "toRedis"
toMongoTopic: "toMongo"
toPushTopic: "toPush"
toRedisGroupID: redis
toMongoGroupID: mongo
toPushGroupID: push
tls:
enableTLS: false
caCrt: ""
clientCrt: ""
clientKey: ""
clientKeyPwd: ""
insecureSkipVerify: false`
`uri: ''
address: [ 172.16.0.11:27017, 172.16.0.7:27017 ]
database: user_openim_v3
username: openim_v3
password: ****
maxPoolSize: 100
maxRetry: 10`
4.openim-im-server and chat redis.yml
`address: [ 172.16.0.2:6379 ]
username: ''
password: ****
enablePipeline: false
clusterMode: false
db: 1
maxRetry: 10`
5.openim-im-server webhooks.yml:
`url: "https://xx.yy.com/api/robot/v1/im/callback"
afterSendSingleMsg:
enable: true
timeout: 5
`
Some log:
openim-service-log.2024-09-01.01.txt
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: