Skip to content

Commit

Permalink
fix(connector): unblock fetch_watermarks in rdkafka (#15461)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
Co-authored-by: Bohan Zhang <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
2 people authored and MrCroxx committed Apr 1, 2024
1 parent cfefe78 commit 0f30e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ aws-types = "1"
etcd-client = { package = "madsim-etcd-client", version = "0.4" }
futures-async-stream = "0.2.9"
hytra = "0.1"
rdkafka = { package = "madsim-rdkafka", version = "0.3.1", features = [
rdkafka = { package = "madsim-rdkafka", version = "0.3.4", features = [
"cmake-build",
] }
hashbrown = { version = "0.14.0", features = [
Expand Down

0 comments on commit 0f30e6d

Please sign in to comment.