diff --git a/Cargo.lock b/Cargo.lock index 1b8fd1966640a..d659fb14660b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7966,6 +7966,7 @@ dependencies = [ "futures-io", "futures-timer", "log", + "lz4", "native-tls", "nom", "oauth2", @@ -7984,6 +7985,7 @@ dependencies = [ "tracing", "url", "uuid", + "zstd 0.12.4", ] [[package]] diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 82303fd620f29..36cf0b6a9a339 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -91,6 +91,8 @@ pulsar = { version = "6.1", default-features = false, features = [ "tokio-runtime", "telemetry", "auth-oauth2", + "lz4", + "zstd", ] } rdkafka = { workspace = true, features = [ "cmake-build",