You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/04/04 01:51:27 UTC

[GitHub] [rocketmq] duhenglucky opened a new issue #1138: Simplify RocketMQ Client API

duhenglucky opened a new issue #1138: Simplify RocketMQ Client API
URL: https://github.com/apache/rocketmq/issues/1138
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
        simplify RocketMQ client API, as RocketMQ provided so many admin APIs and many internal implementations are directly exposed to users, which makes it very easy for users to bring risks to the server during use, so it needs to simplify the API.  
   
   2. Provide any additional detail on your proposed use case for this feature.
        (1) Deprecate Admin interface's API and deprecate the getter method of consumer/producer inner implementation class.
       (2) Suggest users use the non-deprecated methods.
       (3) Remove these deprecated methods after a period of time.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services