-
Notifications
You must be signed in to change notification settings - Fork 34
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
rpk: add --compression flag to rpk transform deploy #832
base: main
Are you sure you want to change the base?
rpk: add --compression flag to rpk transform deploy #832
Conversation
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
lgtm. thanks!
modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc
Outdated
Show resolved
Hide resolved
modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc
Outdated
Show resolved
Hide resolved
modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc
Outdated
Show resolved
Hide resolved
4089cf4
to
5f7898c
Compare
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.
One link to check
@@ -76,4 +77,24 @@ Deploy a transformation with multiple environment variables: | |||
rpk transform deploy --var FOO=BAR --var FIZZ=BUZZ | |||
---- | |||
|
|||
Configure compression for batches output by data transforms. The default setting is "no compression," but you can choose from the following options: |
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.
Is "no compression" the same as none
listed below?
|
||
Enabling compression may increase computation costs and could impact latency at the output topic. | ||
|
||
For more details, see xref:modules:deploy/deployment-option/self-hosted/manual/sizing.adoc[]. |
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.
For more details, see xref:modules:deploy/deployment-option/self-hosted/manual/sizing.adoc[]. | |
For more details, see xref:deploy:deployment-option/self-hosted/manual/sizing.adoc[]. |
Please double check - maybe ROOT needs to be added?
Description
Resolves https://github.com/redpanda-data/documentation-private/issues/2583
Review deadline: Nov 4th (Monday)
Page previews
https://deploy-preview-832--redpanda-docs-preview.netlify.app/current/reference/rpk/rpk-transform/rpk-transform-deploy/
Checks