Skip to content

Support for Compress option in fb Output forward plugin #1493

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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
support for compress in forward output plugin
Signed-off-by: Ravi Ghosh <ghosh.ravi@gmail.com>
  • Loading branch information
devBmc authored Mar 6, 2025
commit bf464726bcc66dab1d3522ddd1304acf60d0d796
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,12 @@ spec:
maximum: 65535
minimum: 1
type: integer
compress:
description: Set payload compression mechanism. Option available
is 'gzip'
enum:
- gzip
type: string
requireAckResponse:
description: |-
Send "chunk"-option and wait for "ack" response from server.
Expand Down