Add new documentation to enable Pulsar PubSub message compression#4990
Closed
jslatten wants to merge 5 commits intodapr:v1.16from
Closed
Add new documentation to enable Pulsar PubSub message compression#4990jslatten wants to merge 5 commits intodapr:v1.16from
jslatten wants to merge 5 commits intodapr:v1.16from
Conversation
Signed-off-by: Justin Slatten <justin.slatten@gmail.com>
Merged
1 task
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for new Pulsar message compression features, enabling users to configure compression types and levels for published messages to reduce message size at the cost of CPU usage.
Key Changes:
- Added a new section "Enabling message compression" with compression type and level options
- Documented four compression types:
none,lz4,zlib, andzstd - Documented three compression levels:
default,faster, andbetter
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Show resolved
Hide resolved
…ubsub/setup-pulsar.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Justin Slatten <justin.slatten@gmail.com>
Contributor
Author
@msfussell I've created a new PR targeting v1.17 - #5028 This PR can probably be closed if the new PR looks good. |
Contributor
|
Closing this since there is a new PR #5028 |
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.
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Added documentation for new Pulsar message pubsub compressiontype and compressionlevel
Issue reference
#4989