eolivelli commented on a change in pull request #14382:
URL: https://github.com/apache/pulsar/pull/14382#discussion_r810481445
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java
##########
@@ -343,6 +344,15 @@
*/
ProducerBuilder<T> enableChunking(boolean enableChunking);
+ /**
+ * Max chunk message size in bytes. Producer chunks the message if
chunking is enabled and message size is larger
+ * than max chunk-message size. By default, producer chunks based on
max-message size configured at broker.
+ *
+ * @param chunkMaxMessageSize
+ * @return
+ */
Review comment:
Which is the default value? Which value can be used to disable this
feature? Can you please document it?
--
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]