Skip to content

Commit

Permalink
fix(connector): unblock fetch_watermarks in rdkafka (#15465)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
Co-authored-by: wangrunji0408 <[email protected]>
  • Loading branch information
wangrunji0408 and wangrunji0408 authored Apr 1, 2024
1 parent cfefe78 commit 4790729
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 4790729

Please sign in to comment.