codelipenghui commented on code in PR #24481: URL: https://github.com/apache/pulsar/pull/24481#discussion_r2192937270
########## pulsar-client-api/src/main/java/org/apache/pulsar/common/api/EncryptionContext.java: ########## @@ -39,6 +39,7 @@ public class EncryptionContext { private CompressionType compressionType; private int uncompressedMessageSize; private Optional<Integer> batchSize; + private boolean isEncrypted; Review Comment: Add @RobertIndie -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org