You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "stchenlucas (via GitHub)" <gi...@apache.org> on 2023/03/16 05:50:02 UTC

[GitHub] [rocketmq] stchenlucas commented on issue #6363: Before executing the executeHook method,consumerGroup field of FilterMessageContext should be assigned.

stchenlucas commented on issue #6363:
URL: https://github.com/apache/rocketmq/issues/6363#issuecomment-1471359607

   Consider adding filterMessageContext.setConsumerGroup(consumerGroup); 
   
   
   if (this.hasHook()) {
                   FilterMessageContext filterMessageContext = new FilterMessageContext();
                   filterMessageContext.setUnitMode(unitMode);
                   filterMessageContext.setConsumerGroup(consumerGroup);
                   filterMessageContext.setMsgList(msgListFilterAgain);
                   this.executeHook(filterMessageContext);
               }


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org