You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "drpmma (via GitHub)" <gi...@apache.org> on 2023/05/06 03:07:06 UTC

[GitHub] [rocketmq] drpmma opened a new issue, #6696: [Enhancement] Refector proxy common and client module

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

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


[GitHub] [rocketmq] drpmma closed issue #6696: [Enhancement] Refector proxy common and client module

Posted by "drpmma (via GitHub)" <gi...@apache.org>.
drpmma closed issue #6696: [Enhancement] Refector proxy common and client module
URL: https://github.com/apache/rocketmq/issues/6696


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

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