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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]