mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 12:08:52 +08:00
redis add get message
This commit is contained in:
parent
b48197c8aa
commit
4571a3b50b
@ -479,6 +479,7 @@ func (och *OnlineHistoryConsumerHandler) ConsumeClaim(sess sarama.ConsumerGroupS
|
|||||||
cMsg = make([]*sarama.ConsumerMessage, 0, 1000)
|
cMsg = make([]*sarama.ConsumerMessage, 0, 1000)
|
||||||
log.Debug(triggerID, "timer trigger msg consumer end", len(cMsg))
|
log.Debug(triggerID, "timer trigger msg consumer end", len(cMsg))
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
|
||||||
}
|
}
|
||||||
//log.NewDebug("", "online kafka get info to mongo", "msgTopic", msg.Topic, "msgPartition", msg.Partition, "online", msg.Offset, claim.HighWaterMarkOffset())
|
//log.NewDebug("", "online kafka get info to mongo", "msgTopic", msg.Topic, "msgPartition", msg.Partition, "online", msg.Offset, claim.HighWaterMarkOffset())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user