rdhabalia commented on code in PR #15143:
URL: https://github.com/apache/pulsar/pull/15143#discussion_r850585292


##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ReaderConfigurationData.java:
##########
@@ -67,6 +68,13 @@
 
     private transient List<ReaderInterceptor<T>> readerInterceptorList;
 
+    // max pending chunked message to avoid sending incomplete message into 
the queue and memory
+    private int maxPendingChunkedMessage = 10;

Review Comment:
   it's configured in `ReaderImpl` and `MultiTopicsReaderImpl`



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