lordcheng10 opened a new pull request #12384: URL: https://github.com/apache/pulsar/pull/12384
### Motivation Consider the following conditions are true: isBatchMessagingEnabled()=true msgMetadata.hasDeliverAtTime()=true conf.getCompressionType() != CompressionType.NONE At this time compressedSize represents the compressed data size, but according to the original logic, an empty string will be assigned to the compressedStr variable, and the user will be told through InvalidMessageException that the message is uncompressed and the size is compressedSize, which is obviously a Wrong prompt -- 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]
