-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Extension Proposal] Snappy compressor native #37510
Comments
/cc @aloubyansky (extension-proposal), @gastaldi (extension-proposal), @gsmet (extension-proposal), @maxandersen (extension-proposal), @zakkak (native-image) |
There is already support for Snappy in Kafka as in https://quarkus.io/guides/kafka#using-snappy-for-message-compression, but I believe this extension is for other use cases, right? |
@MarcAnB repository created in https://github.com/quarkiverse/quarkus-snappy. For the next steps, see https://hub.quarkiverse.io/checklist/#after-the-repository-is-created. |
Yep I use it in parquet files for example |
I got code from Kafka extension to enable snappy but the integration tests are failing, not sure it is the right place to ask.. In Kafka extension there is a property that disable snappy for tests I think, how should I do here? Introducing a property doesn't really make sense to me since, if you use the extension, it is implicit that we want to load snappy. |
Description
I wrote this extension to enable the use of Snappy compressor in native environment.
Snappy compressor can be use in Mongo, Kafka or Parquet for example.
Repository name
quarkus-snappy
Short description
Snappy compressor in native environment
Repository Homepage URL
https://quarkiverse.github.io/quarkiverse-docs/quarkus-snappy/dev/
Repository Topics
Team Members
Additional context
Sources are here for now:
https://github.com/MarcAnB/quarkus-snappy
I am already using it and it works for me.
The text was updated successfully, but these errors were encountered: