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

Active development? Enhance ZstdFrameDecoder for max awesomeness #137

Open
DinoCassowary opened this issue Feb 8, 2022 · 2 comments
Open

Comments

@DinoCassowary
Copy link

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.

@martint
Copy link
Member

martint commented Feb 8, 2022

@DinoCassowary, yes. This project is actively maintained. We'd welcome your contribution!

@DinoCassowary
Copy link
Author

Thanks for the quick response, @martint ! I forked the repo and have started working towards this.

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

No branches or pull requests

2 participants