From what I saw in /crates/arroyo-connectors/Cargo.toml:
|
fluvio = { version = "0.24", features = ["openssl"] } |
So does this mean rdkafka statically links openssl while fluvio dynamically links openssl(which uses the vendored one build by openssl-sys)?