-
Notifications
You must be signed in to change notification settings - Fork 203
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
Remove snappyer from default dependency #547
Conversation
BTW, why is there a rebar.lock file in this repo? |
Hi @belltoy |
Rebased onto the latest master branch. Changes:
|
Thank you @belltoy will release a major version soon. |
Thanks, Stone. |
+1 for this. I'm trying to compile on OTP 27 and |
released 4.0.0 |
The snappy support is optional and configurable after kafka_protocol 4.0 in #459, so it should not be a default dependency. Besides, making it default will prevent users from excluding it.
This is a breaking change. Users using producers and/or consumers with compression enabled must explicitly add a compression application/module.