BewareMyPower commented on code in PR #1087:
URL: https://github.com/apache/pulsar-client-go/pull/1087#discussion_r1312745521


##########
pulsar/reader.go:
##########
@@ -134,4 +134,7 @@ type Reader interface {
        //            the message publish time where to reposition the 
subscription
        //
        SeekByTime(time time.Time) error
+
+       // GetLastMSgID get the last message id available for consume.
+       GetLastMSgID() (MessageID, error)

Review Comment:
   Please use a correct name like `GetLastMsgID`.



-- 
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]

Reply via email to