-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc] Add sections about how to enable and configure chunking for producers/consumers (C++ client) #14063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@momo-jun:Thanks for your contribution. For this PR, do we need to update docs? |
|
@momo-jun:Thanks for providing doc info! |
|
Hi @BewareMyPower @Anonymitaet @RobertIndie Can you please review this doc PR? Thanks. |
BewareMyPower
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prevent this PR from merging since I'll open another PR to fix the typo in C++'s API.
|
This PR should be ready to merge after #14070 is merged. /cc @RobertIndie |
Co-authored-by: Zike Yang <zkyang@streamnative.io>
|
|
||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The message chunking feature is OFF by default. The following is an example about how to enable message chunking when creating a producer. | |
| The message chunking feature is OFF by default. The following is an example of how to enable message chunking when creating a producer. |
|
@BewareMyPower #14070 is merged, can we merge this doc PR? |
|
@Anonymitaet Yes. I've addressed the related request changes just now. |
…ducers/consumers (C++ client) (apache#14063)
Motivation
To enhance the Pulsar Feature Matrix, add the required document for chunking in the C++ client category.
Modifications
Add a section about how to enable message chunking for producers (C++ client).

Add a section about how to configure message chunking for consumers (C++ client).

Change the display order of the content for "consumer" and "producer".
Documentation
doc