[Doc] Add sections about how to enable and configure chunking for producers/consumers (C++ client) - #14063
Merged
Merged
Conversation
|
@momo-jun:Thanks for your contribution. For this PR, do we need to update docs? |
|
@momo-jun:Thanks for providing doc info! |
Contributor
Author
|
Hi @BewareMyPower @Anonymitaet @RobertIndie Can you please review this doc PR? Thanks. |
BewareMyPower
approved these changes
Jan 30, 2022
RobertIndie
reviewed
Jan 30, 2022
BewareMyPower
requested changes
Jan 30, 2022
BewareMyPower
left a comment
Contributor
There was a problem hiding this comment.
Prevent this PR from merging since I'll open another PR to fix the typo in C++'s API.
BewareMyPower
requested changes
Jan 30, 2022
Contributor
|
This PR should be ready to merge after #14070 is merged. /cc @RobertIndie |
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Anonymitaet
reviewed
Feb 7, 2022
|
|
||
| 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. |
Member
There was a problem hiding this comment.
Suggested change
| 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. |
Member
|
@BewareMyPower #14070 is merged, can we merge this doc PR? |
BewareMyPower
approved these changes
Feb 8, 2022
Contributor
|
@Anonymitaet Yes. I've addressed the related request changes just now. |
RobertIndie
approved these changes
Feb 8, 2022
Nicklee007
pushed a commit
to Nicklee007/pulsar
that referenced
this pull request
Apr 20, 2022
…ducers/consumers (C++ client) (apache#14063)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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