You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "codelipenghui (via GitHub)" <gi...@apache.org> on 2023/02/13 06:59:47 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #19490: [improve][broker] PIP-192 Use msg property to mark compacted msgs from strategic compaction

codelipenghui commented on PR #19490:
URL: https://github.com/apache/pulsar/pull/19490#issuecomment-1427441607

   @heesung-sn I am concerned about "However, because this is invalid, the tableview will skip this msg, causing an inconsistent view."
   
   If we skip the message when consuming the data, the consumer will only receive it again if the consumer disconnects. The read position of the cursor will move to the end of the topic, after the topic compaction task done, the compacted data will not dispatch to the consumer again. Is it will be a problem in this case?


-- 
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: commits-unsubscribe@pulsar.apache.org

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