caigy commented on a change in pull request #3780:
URL: https://github.com/apache/rocketmq/pull/3780#discussion_r800291397
##########
File path:
client/src/main/java/org/apache/rocketmq/client/impl/consumer/ConsumeMessagePopConcurrentlyService.java
##########
@@ -457,6 +457,12 @@ public void run() {
consumeMessageContext.getProps().put(MixAll.CONSUME_CONTEXT_TYPE,
returnType.name());
}
+ if
(ConsumeMessagePopConcurrentlyService.this.defaultMQPushConsumerImpl.hasHook())
{
Review comment:
The condition is the same to previous branch, it would be better to
combine them.
--
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]