Skip to content

Commit

Permalink
fixup! dekaf: Settle on deadpool for the async connection pooling i…
Browse files Browse the repository at this point in the history
…mplementation. The problem is, `bb8` swallows all error messages as retry timeouts. See djc/bb8#141
  • Loading branch information
jshearer committed Sep 17, 2024
1 parent d77f74f commit 50e6eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ webpki = "0.22.4"
tempfile = "3.3"
portpicker = "0.1.1"
tempdir = "0.3"
thiserror = "1.0.63"
thiserror = "1.0"
time = { version = "0.3", features = [
"serde-well-known",
"macros",
Expand Down

0 comments on commit 50e6eff

Please sign in to comment.