Anonymitaet commented on a change in pull request #14063:
URL: https://github.com/apache/pulsar/pull/14063#discussion_r800342045



##########
File path: site2/docs/client-libraries-cpp.md
##########
@@ -515,6 +417,133 @@ 
producerConf.setPartitionsRoutingMode(ProducerConfiguration::UseSinglePartition)
 producerConf.setLazyStartPartitionedProducers(true);
 ```
 
+### Enable chunking
+
+Message [chunking](concepts-messaging.md#chunking) enables Pulsar to process 
large payload messages by splitting the message into chunks at the producer 
side and aggregating chunked messages at the consumer side. 
+
+The message chunking feature is OFF by default. The following is an example 
about how to enable message chunking when creating a producer.

Review comment:
       ```suggestion
   The message chunking feature is OFF by default. The following is an example 
of how to enable message chunking when creating a producer.
   ```




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