You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to develop some kind of request and response protocol - each agent can watch a path under /rpc/agents/requets/{agent_id} and controller can write a {request_id} under that path. The entire path can be lease ttl on agent lifecycle
Agent can publish the result for request if under /rpc/agents/responses/{request_id} path
We have to develop some kind of request and response protocol - each agent can watch a path under /rpc/agents/requets/{agent_id} and controller can write a {request_id} under that path. The entire path can be lease ttl on agent lifecycle
Agent can publish the result for request if under /rpc/agents/responses/{request_id} path
Someone did this in rust - https://lib.rs/crates/etcdmq
The text was updated successfully, but these errors were encountered: