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 2019/08/23 02:45:10 UTC

[GitHub] [pulsar] zymap opened a new pull request #5023: `hasMessageAvailable` should return false when Reader read from latest messages

zymap opened a new pull request #5023: `hasMessageAvailable` should return false when Reader read from latest messages
URL: https://github.com/apache/pulsar/pull/5023
 
 
   
   Fixes #4912
   
   *Motivation*
   
   When the reader reads from the latest message, `hasMessageAvailable` will timeout or hang on.
   
   *Modifications*
   
   Make `lastDequeuedMessage` start position should keep with `startMessageId`.
   

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


With regards,
Apache Git Services