-
Notifications
You must be signed in to change notification settings - Fork 63
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 zstd support #55
Comments
I have been a bit slow on following kafka changes. Although we have a snappy lib here, I prefer to have compression backend configurable. e.g. we can do:
Or to resolve at compile time, we can override
Then the dependency is put to user's project and we do not have to worry about licensing either. |
I think either of those is likely acceptable. The second solution is probably the most performant as it doesn't have to round-trip |
zstd is supported natively as of kafka 2.1. zstd bindings are available here. I'm not sure about the license though.
It would be great to have it supported by this library.
The text was updated successfully, but these errors were encountered: