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

   The following code, which is located inPullAPIWrapper may contain a bug
   
   ```
     if (this.hasHook()) {
                   FilterMessageContext filterMessageContext = new 
FilterMessageContext();
                   filterMessageContext.setUnitMode(unitMode);
                   filterMessageContext.setMsgList(msgListFilterAgain);
                   this.executeHook(filterMessageContext);
               }
   
   ```
   Before executing the executeHook method,consumerGroup field should be 
assigned. 
   Otherwise, in the subsequent filtering logic, this field will be empty
   
   
   


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