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

Add support for LZ4 compression #159

Open
LukaszKontowski opened this issue Jun 3, 2022 · 0 comments
Open

Add support for LZ4 compression #159

LukaszKontowski opened this issue Jun 3, 2022 · 0 comments
Labels
feature New feature or request nice to have Not very strictly needed for ASH to be usable

Comments

@LukaszKontowski
Copy link
Contributor

This issue is a continuation of #72

Within #72 compression with Gzip has been added to circe-akka-serializer. However, it would be good to add possibility to use LZ4 algorithm (https://github.com/lz4/lz4-java) instead of Gzip as a second choice (since LZ4 could be faster than GZip). See https://doc.akka.io/docs/akka/current/serialization-jackson.html#compression as a reference / example.

@PawelLipski PawelLipski added the feature New feature or request label Jun 3, 2022
@PawelLipski PawelLipski added the nice to have Not very strictly needed for ASH to be usable label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request nice to have Not very strictly needed for ASH to be usable
Projects
None yet
Development

No branches or pull requests

2 participants