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
I get the NuGet package and found that the zlib.dll is not statically linked to the runtime.
zlib.dll
This involves an extra runtime on deployment. Can we use a statically linked version of zlib.dll in the NuGet package?
Or even better, statically link to the zlib in librdkafka.dll to avoid the extra dependency on zlib.dll.
The text was updated successfully, but these errors were encountered:
Yes, that'd be really nice and make it easier to use.
This build is done with https://github.com/ah-/librdkafka-build, want to give it a go? I'd love to merge a PR.
Sorry, something went wrong.
PR is created here : https://github.com/ah-/librdkafka-build/pull/1
Please have some test, if everything is ok. Could you please update NuGet package?
No branches or pull requests
I get the NuGet package and found that the
zlib.dll
is not statically linked to the runtime.This involves an extra runtime on deployment. Can we use a statically linked version of zlib.dll in the NuGet package?
Or even better, statically link to the zlib in librdkafka.dll to avoid the extra dependency on zlib.dll.
The text was updated successfully, but these errors were encountered: