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/01/17 08:04:59 UTC

[GitHub] fibbery opened a new issue #696: why not set mq ? the hook can get mq conveniently

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:
users@infra.apache.org


With regards,
Apache Git Services