lizhanhui commented on code in PR #4775:
URL: https://github.com/apache/rocketmq/pull/4775#discussion_r945462381
##########
client/src/main/java/org/apache/rocketmq/client/consumer/DefaultLitePullConsumer.java:
##########
@@ -271,6 +271,11 @@ public void assign(Collection<MessageQueue> messageQueues)
{
defaultLitePullConsumerImpl.assign(queuesWithNamespace(messageQueues));
}
+ @Override
+ public void setSubExpression4Assign(final String topic, final String
subExpresion) {
Review Comment:
Use full words to make it easy to follow. No non-standard, obscure,
abbreviations.
--
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]