rust-rdkafka icon indicating copy to clipboard operation
rust-rdkafka copied to clipboard

Fully support dynamic linking

Open davidblewett opened this issue 1 year ago • 0 comments

Currently, it is possible to dynamically link against librdkafka at runtime. However, if there are symbols in the new lib that aren't present in rdkafka-sys::bindings things are left in an inconsistent state. It seems possible to make that module be a build artifact instead of static. I plan on spending some time to see if that is doable, but wanted to see if there's resistance to that or something I'm not seeing?

davidblewett avatar Jun 08 '23 16:06 davidblewett