rust-rdkafka
rust-rdkafka copied to clipboard
add feature to statically link against existing librdkafka
This feature allows users to pre-build their own static librdkafka and use it with rust-rdkafka. In our case, to make it easier for cross compilation we preferred to compile natively librdkafka for each architecture, then re-use it from a container image.
For those interested, we started maintaining our own fork until this is merged https://github.com/metalbear-co/rust-rdkafka
TY!
Thanks for merging!