liangyepianzhou commented on code in PR #23525:
URL: https://github.com/apache/pulsar/pull/23525#discussion_r1822189951
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ProducerConfigurationData.java:
##########
@@ -189,6 +189,8 @@ public class ProducerConfigurationData implements
Serializable, Cloneable {
)
private CompressionType compressionType = CompressionType.NONE;
+ private int compressMinMsgBodySize = 4 * 1024; // 4kb
Review Comment:
This data may be more convincing.
https://docs.google.com/spreadsheets/d/1pFOAgxVYsos38oraeva1_RHC9P4J3oN2Oj2fQ65L8OI/edit?gid=0#gid=0
--
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]