Skip to content

Commit 270c313

Browse files
committed
feat: implement grpc server in node agent
In this commit, you can find the implementation of the node agent grpc server. This server handle scheduler request by using the workload_manager library (node agent internal crate). Signed-off-by: esteban <[email protected]>
1 parent 8ec7a83 commit 270c313

File tree

3 files changed

+162
-48
lines changed

3 files changed

+162
-48
lines changed

Cargo.lock

+41-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-agent/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
proto = { path = "../proto" }
10+
workload_manager = { path = "./workload_manager" }
1011
node_manager = { path = "./node_manager" }
1112
network = { path = "../network" }
1213
tonic = "0.7.2"

0 commit comments

Comments
 (0)