[Router] Fix k8s Service Discovery (#6766)

Co-authored-by: Simo Lin <linsimo.mark@gmail.com>
This commit is contained in:
Arthur Cheng
2025-06-02 16:57:23 -07:00
committed by GitHub
parent eb38c7d1ca
commit ff91474825
3 changed files with 283 additions and 61 deletions

View File

@@ -21,7 +21,7 @@ serde_json = "1.0"
pyo3 = { version = "0.22.5", features = ["extension-module"] }
dashmap = "6.1.0"
http = "1.1.0"
tokio = "1.42.0"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
# Added for enhanced logging system
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "chrono"] }