fanyukeng created ROCKETMQ-325: ---------------------------------- Summary: rocketmq c++ client compress data twice in some cases Key: ROCKETMQ-325 URL: https://issues.apache.org/jira/browse/ROCKETMQ-325 Project: Apache RocketMQ Issue Type: Bug Components: rocketmq-externals Affects Versions: 4.1.0-incubating Environment: linux Reporter: fanyukeng Assignee: dongeforever
c++ client will compress data in producer if data size > DefaultMQProducer.m_compressMsgBodyOverHowmuch, if send failed, compressed data will be compressed again in the next try, however the consumer will just decompress once. -- This message was sent by Atlassian JIRA (v6.4.14#64029)