You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/22 21:31:21 UTC

[GitHub] [pulsar-client-go] addisonj opened a new pull request #525: [bug] Fix reader latest position

addisonj opened a new pull request #525:
URL: https://github.com/apache/pulsar-client-go/pull/525


   Currently, using reader.latest fails because we discard
   all messages less than the startPositionID, this causes an issue with
   the reader as we filter all messages as all messages are less than
   latest message id
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy commented on pull request #525: [bug] Fix reader latest position

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on pull request #525:
URL: https://github.com/apache/pulsar-client-go/pull/525#issuecomment-846714286


   @addisonj The change lgtm+1, please fix action CI, thanks.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] addisonj merged pull request #525: [bug] Fix reader latest position

Posted by GitBox <gi...@apache.org>.
addisonj merged pull request #525:
URL: https://github.com/apache/pulsar-client-go/pull/525


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org