Skip to content

Commit

Permalink
downgrade rdkafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Galibey committed Apr 29, 2024
1 parent 6e22694 commit 254b24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/kafka-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ tempfile = { version = "3.10", default-features = false, features = [] }

# Features `ssl` or `ssl-vendored` must be enabled explicitely, otherwise it fails runtime with enabled ssl.
# Before changing version make sure it compiles on *-unknown-linux-musl targets.
rdkafka-sys = { version = "=4.7.0+2.3.0" }
rdkafka = { version ="0.36", features = ["libz-static", "tokio", "ssl-vendored"], default-features = false }
rdkafka-sys = { version = "=4.0.0+1.6.1" }
rdkafka = { version ="0.27", features = ["libz-static", "tokio", "ssl-vendored"], default-features = false }

fluvio = { workspace = true }
fluvio-connector-common = { workspace = true }

[target.aarch64-apple-darwin.dependencies]
rdkafka = { version ="0.36", features = ["libz-static", "tokio", "cmake-build", "ssl-vendored"], default-features = false }
rdkafka = { version ="0.27", features = ["libz-static", "tokio", "cmake-build", "ssl-vendored"], default-features = false }

0 comments on commit 254b24e

Please sign in to comment.