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
Currently the ZstdFrameDecoder has a lot of the functionality required for someone to build a streaming decoder (thinking to integrate into Netty channel). However, it could use a little refactoring to give visibility into the block header data and critically, https://github.com/airlift/aircompressor/blob/master/src/main/java/io/airlift/compress/zstd/ZstdFrameDecompressor.java is not a public class!
If this library is meant to be actively maintained, I would be happy to contribute, but won't if it's unlikely to get merged or be supported.
The text was updated successfully, but these errors were encountered:
@DinoCassowary, yes. This project is actively maintained. We'd welcome your contribution!
Sorry, something went wrong.
Thanks for the quick response, @martint ! I forked the repo and have started working towards this.
No branches or pull requests
Currently the ZstdFrameDecoder has a lot of the functionality required for someone to build a streaming decoder (thinking to integrate into Netty channel). However, it could use a little refactoring to give visibility into the block header data and critically, https://github.com/airlift/aircompressor/blob/master/src/main/java/io/airlift/compress/zstd/ZstdFrameDecompressor.java is not a public class!
If this library is meant to be actively maintained, I would be happy to contribute, but won't if it's unlikely to get merged or be supported.
The text was updated successfully, but these errors were encountered: