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

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   Refactor Proxy MQClientAPIFactory and reduce mq client num in Proxy
   
   ### Motivation
   
   Currently, the default configuration set 6 clients responsible for message 
sending and receiving, and 1 client responsible for routing in Proxy , with 
each client needing to maintain channels; this consumes a significant amount of 
memory. This issue is particularly noticeable in Proxy instances with small 
memory specifications. Therefore, it is necessary to make all rpc  asynchronous 
to reduce client num.
   
   ### Describe the Solution You'd Like
   
   make all rpc  asynchronous to reduce client num.
   
   ### Describe Alternatives You've Considered
   
   null
   
   ### 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