Skip to content

Commit

Permalink
feat: enabling pulsar compression lz4 (#14833)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabVersion authored Jan 29, 2024
1 parent c18325b commit 20ac00a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ pulsar = { version = "6.1", default-features = false, features = [
"tokio-runtime",
"telemetry",
"auth-oauth2",
"lz4",
"zstd",
] }
rdkafka = { workspace = true, features = [
"cmake-build",
Expand Down

0 comments on commit 20ac00a

Please sign in to comment.