[router] add health checking in router init (#2393)

This commit is contained in:
Byron Hsu
2024-12-08 17:17:37 -08:00
committed by GitHub
parent 2a717c5078
commit 6387098f5f
5 changed files with 126 additions and 31 deletions

2
rust/Cargo.lock generated
View File

@@ -851,6 +851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
@@ -1986,6 +1987,7 @@ dependencies = [
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.4.6",