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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
