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/02/07 06:22:25 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #14063: [Doc] Add sections about how to enable and configure chunking for producers/consumers (C++ client)

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

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