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 2020/12/28 12:52:04 UTC

[GitHub] [rocketmq] horizonzy opened a new issue #2525: [Code Quality] Remove unnecessary implements interface in sub AsyncNettyRequestProcessor

horizonzy opened a new issue #2525:
URL: https://github.com/apache/rocketmq/issues/2525


   **FEATURE REQUEST**
   1. Please describe the feature you are requesting.
   I notice the some class such as `ConsumerManageProcessor, ReplyMessageProcessor` extends `AbstractSendMessageProcessor` and implements `NettyRequestProcessor`.
   In fact, `AsyncNettyRequestProcessor` already implements `NettyRequestProcessor`, the class which extends `AsyncNettyRequestProcessor` needn't implements interface `NettyRequestProcessor`.
   
   
   


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



[GitHub] [rocketmq] horizonzy closed issue #2525: [Code Quality] Remove unnecessary implements interface in sub AsyncNettyRequestProcessor

Posted by GitBox <gi...@apache.org>.
horizonzy closed issue #2525:
URL: https://github.com/apache/rocketmq/issues/2525


   


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