mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-08 19:45:22 +08:00
log
This commit is contained in:
parent
6f79e63b3f
commit
3bf04802e4
@ -376,7 +376,7 @@ func (och *OnlineHistoryConsumerHandler) ConsumeClaim(sess sarama.ConsumerGroupS
|
||||
claim sarama.ConsumerGroupClaim) error { // a instance in the consumer group
|
||||
log.NewDebug("", "online new session msg come", claim.HighWaterMarkOffset(), claim.Topic(), claim.Partition())
|
||||
cMsg := make([]*sarama.ConsumerMessage, 500)
|
||||
t := time.NewTicker(time.Duration(500) * time.Millisecond)
|
||||
t := time.NewTicker(time.Duration(10) * time.Millisecond)
|
||||
for msg := range claim.Messages() {
|
||||
operationID := utils.OperationIDGenerator()
|
||||
//och.TriggerCmd(OnlineTopicBusy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user