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:
parent
a69ef7b927
commit
2466472235
4 changed files with 693 additions and 140 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue