Create a task on zookeeper side when a task is created locally

This commit is contained in:
ManyTheFish
2023-08-07 17:02:51 +02:00
parent b2f36b9b97
commit b66bf049b5
11 changed files with 213 additions and 139 deletions

2
Cargo.lock generated
View File

@ -1994,7 +1994,9 @@ dependencies = [
"tempfile",
"thiserror",
"time",
"tokio",
"uuid 1.4.1",
"zookeeper-client",
]
[[package]]