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 2022/03/01 03:00:36 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #14449: Fix can't read the latest message of the compacted topic

codelipenghui commented on pull request #14449:
URL: https://github.com/apache/pulsar/pull/14449#issuecomment-1054943034


   @eolivelli For this case, if the broker using an old version or the client using an old version,
   users not able to read the latest message from the compacted ledger, the fix will not introduce
   This means if users only upgrade the broker, the broker can seek to latest message in the compacted
   ledger, but the client still can't consume it. If only upgrade the client without the broker upgrading,
   the client also can't consume latest message from the compacted ledger.


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