mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 20:59:42 +08:00
fix passing sub follower offset
This commit is contained in:
parent
f7b818483a
commit
b485b9695c
@ -115,7 +115,7 @@ func (b *MessageQueueBroker) SubscribeMessage(stream mq_pb.SeaweedMessaging_Subs
|
||||
if err := subscribeFollowMeStream.Send(&mq_pb.SubscribeFollowMeRequest{
|
||||
Message: &mq_pb.SubscribeFollowMeRequest_Ack{
|
||||
Ack: &mq_pb.SubscribeFollowMeRequest_AckMessage{
|
||||
TsNs: lastOffset,
|
||||
TsNs: currentLastOffset,
|
||||
},
|
||||
},
|
||||
}); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user