fibbery opened a new issue #696: why not set mq ? the hook can get mq 
conveniently
URL: https://github.com/apache/rocketmq/issues/696
 
 
   com.alibaba.rocketmq.client.impl.consumer.PullAPIWrapper#processPullResult
   ```java
                   FilterMessageContext filterMessageContext = new 
FilterMessageContext();
                   filterMessageContext.setUnitMode(unitMode);
                   filterMessageContext.setMsgList(msgListFilterAgain);
                   this.executeHook(filterMessageContext);
   ```
   need add such code 
   ```java
                 filterMessageContext.setMq(mq);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to