mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix start position for seek into a mark (#12008)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
c4adca9773
commit
bc765ea65b
@ -881,6 +881,7 @@ func (ms *MqTtMsgStream) Seek(msgPositions []*internalpb.MsgPosition) error {
|
||||
return fmt.Errorf("Failed to seek, error %s", err.Error())
|
||||
}
|
||||
ms.addConsumer(consumer, mp.ChannelName)
|
||||
ms.chanMsgPos[consumer] = mp
|
||||
|
||||
// rmq seek behavior (position, ...)
|
||||
// pulsar seek behavior [position, ...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user