You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/14 15:55:59 UTC

[GitHub] [pulsar] rdhabalia commented on a diff in pull request #15143: [pulsar-client] Add message chunking configuration for reader

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org