We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: