lizhimins commented on code in PR #1197:
URL: https://github.com/apache/rocketmq-clients/pull/1197#discussion_r2876312628
##########
java/client/src/main/java/org/apache/rocketmq/client/java/impl/consumer/PushConsumerImpl.java:
##########
@@ -99,6 +99,7 @@ class PushConsumerImpl extends ConsumerImpl implements
PushConsumer {
private final MessageListener messageListener;
private final int maxCacheMessageCount;
private final int maxCacheMessageSizeInBytes;
+ private final int maxCacheMessageCountEachQueue;
Review Comment:
maxCacheMessageCountPerQueue
--
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]