humkum opened a new issue, #8166:
URL: https://github.com/apache/rocketmq/issues/8166

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   The current way to configure the producer compression type is through 
`System.setProperty`, which is process level.
   When there are multiple topics in one process that need to produce messages, 
all topics will use the same type of compression method.
   
   ### Motivation
   
   When there are multiple topics in a process that need to produce messages, 
all topics will use the same type of compression method.So we can change 
compression configure at the  producer instance level, user can create 
different producer instance to enable different type of compression.
   
   ### Describe the Solution You'd Like
   
   Configure production compression at the producer instance level instead of 
at the process level.
   
   ### Describe Alternatives You've Considered
   
   None.
   
   ### Additional Context
   
   _No response_


-- 
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...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to