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/13 09:58:13 UTC

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

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


##########
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:
   Where do we pass these configurations to the internal consumer?



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