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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]