mattisonchao commented on a change in pull request #14400:
URL: https://github.com/apache/pulsar/pull/14400#discussion_r812931477



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBase.java
##########
@@ -119,6 +122,7 @@ protected ConsumerBase(PulsarClientImpl client, String 
topic, ConsumerConfigurat
         this.pendingBatchReceives = Queues.newConcurrentLinkedQueue();
         this.schema = schema;
         this.interceptors = interceptors;
+        MAX_RECEIVER_QUEUE_SIZE_UPDATER.set(this, receiverQueueSize);

Review comment:
       Should we remove line:108?




-- 
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]


Reply via email to