Skip to content
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

[v23.2.x] rpc: Add config flag to enable/disable compression for replies #16550

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

StephanDollberg
Copy link
Member

Backport of PR #16525

Fixes #16549

Add a flag to allow disabling internal rpc reply compression.

Right now we unconditionally enable compression for rpc replies if they
are above the min compression size (1Kib).

In this commit we don't change the default and keep compression on but
we might change that in a follow up commit as the cpu overhead from
compressing/uncompressing larger messages has shown to be detrimental to
overall performance.

(cherry picked from commit 43d80d3)
@StephanDollberg StephanDollberg merged commit 5c3a836 into v23.2.x Feb 9, 2024
31 checks passed
@StephanDollberg StephanDollberg deleted the stephan/v232-reply-compress-flag branch February 9, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants