crossoverJie commented on code in PR #1221:
URL: https://github.com/apache/pulsar-client-go/pull/1221#discussion_r1612727877
##########
pulsar/consumer.go:
##########
@@ -278,6 +278,11 @@ type Consumer interface {
// where more than one consumer are currently connected.
UnsubscribeForce() error
+ // GetLastMessageIDs get all the last message id of the topics the
consumer subscribed.
+ //
+ // The list of MessageID instances of all the topics that the consumer
subscribed
+ GetLastMessageIDs() ([]MessageID, error)
Review Comment:
I was careless, done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]