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

   As planned in *Phase 2* of 
[RIP-32](https://github.com/apache/rocketmq/wiki/RIP-32-Slave-Acting-Master-Mode),
 the function of `Producer` and `Consumer` in `EscapeBridge` should be 
extracted and converged to `BrokerOuterAPI`.
   
   The reasons are as follows:
   
   - Heavy logic has been implemented in `Producer` and `Consumer`, only a 
small subset of them is used in escaping messages. 
   - Sending in `Producer` and consuming messages in `Consumer` are not exactly 
the same as escaping messages: system topics are blocked, new message IDs are 
created, etc.
   
   


-- 
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]

Reply via email to