feat: add replay feature for recovery

- fix bug commit not update index

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-19 12:10:31 +07:00
parent a69ef7b927
commit 2466472235
4 changed files with 693 additions and 140 deletions

View file

@ -30,6 +30,7 @@ tokio-util = { version = "0.7.18", features = ["io"] }
tonic = { version = "0.14.2", features = ["transport"] }
tonic-prost = "0.14.2"
uuid = { version = "1.20.0", features = ["v4"] }
tokio-postgres = "0.7.17"
[build-dependencies]
tonic-prost-build = "0.14.2"