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

Snappy is not enabled by default in cmake build, enable it #586

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Magister
Copy link
Contributor

For some reason librdkafka's cmake build does not enable snappy compression support.
This enables snappy unconditionally (because anyway it is not an external dependency)

@chklauser
Copy link

Lack of snappy compression is an issue for using rust-rdkafka in my organisation. While we deploy to linux, where we could use the mklove-based librdkafka-build, our developers mostly run Windows, where only the CMake-based librdkafka-build is available.

I'm not familiar at all with the mklove build system, but from what I can tell, the mklove system also enables snappy by default (hard-coded).

What would it take for this to get merged? Probably an entry in the changelog? I'm happy to help (obviously can't push to this PR directly)

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

Successfully merging this pull request may close these issues.

None yet

2 participants