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

Topic level compression #2249

Closed
morenol opened this issue Mar 14, 2022 · 1 comment
Closed

Topic level compression #2249

morenol opened this issue Mar 14, 2022 · 1 comment
Assignees
Milestone

Comments

@morenol
Copy link
Contributor

morenol commented Mar 14, 2022

Right now, compression is only configured in the producer. We may want to have the ability to define the default topic level compression, and then producers will use that by default

@sehz sehz added this to the 0.9.22 milestone Mar 14, 2022
@sehz
Copy link
Contributor

sehz commented Mar 14, 2022

Topic compression configuration can help

  • None (No compression allowed)
  • Any (Any compression or None)
  • Specific Compression

Client and Connector will use topic metadata to select compression based on the setting.

For None, SPU will reject any compressed data,
For Any, SPU will accept any data. The producer will use the default compression algorithm.
For Specific Compression settings, SPU must reject any other types of compressed data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants