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

     public void executeCheckForbiddenHook(final CheckForbiddenContext context) 
throws MQClientException {
           if (hasCheckForbiddenHook()) {
               for (CheckForbiddenHook hook : checkForbiddenHookList) {
                   hook.checkForbidden(context);
               }
           }
       }
   why method checkForbidden has no implementation?


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