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 2018/02/13 10:08:06 UTC

[GitHub] ivankelly opened a new pull request #1231: Read from compacted topic ledger if available and enabled

ivankelly opened a new pull request #1231: Read from compacted topic ledger if available and enabled
URL: https://github.com/apache/incubator-pulsar/pull/1231
 
 
   If a topic has been compacted and the client has enabled reads from
   compacted topics, try to read from the compacted ledger if the cursor
   position lands before or within the range of message IDs in the
   compacted topic ledger. If the cursor position lands after the message
   IDs, in the compacted topic ledger, read from the cursor as normal.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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