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

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   1. Move `StartAndShutdown` and its related classes from the `proxy.common` 
to the `common` module
   2. Move `MQClientAPIExt` from the proxy` module to the `client` module
   
   ### Motivation
   
   It would be preferable to utilize the `future` for abstracting client RPC 
instead of relying on async callbacks or synchronous invocations. Currently, 
the `MQClientAPIExt` class is located in the proxy module, limiting its 
usability in certain scenarios. Therefore, the proposed enhancement involves 
refactoring the module location and relocating it to the appropriate location.
   
   ### Describe the Solution You'd Like
   
   Relocate the class.
   
   ### Describe Alternatives You've Considered
   
   Keep the same and do not change.
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to