fix(replication): stop active-active replay loops (#4878)

This commit is contained in:
Zhengchao An
2026-07-16 01:59:43 +08:00
committed by GitHub
parent 53270054e2
commit 299b739f9f
7 changed files with 517 additions and 11 deletions
+3
View File
@@ -54,6 +54,9 @@ async-compression = { workspace = true, features = ["tokio", "bzip2", "xz"] }
async-trait = { workspace = true }
flate2.workspace = true
http.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
reqwest = { workspace = true }
rustfs-signer.workspace = true
tracing = { workspace = true }