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
Create an agent orchestrator.
The orchestrator will receive some information from each agent (like the LoadAvg of a node...) and it will be able to send information/Request to each agent (ex : request a snapshot)
The text was updated successfully, but these errors were encountered:
an orchestrator section (currently only to enable / disable the actor)
orchestrator {
enable = true
}
a gateway section with orchestrator endpoint. (configured into the akka section as remote host/port)
// host and port of the AgentOrchestrator,
// this is used by the AgentGateWay to contact
// the orchestrator on start up
gateway {
enable = true
orchestrator-host="127.0.0.1"
orchestrator-port=9000
}
Create an agent orchestrator.
The orchestrator will receive some information from each agent (like the LoadAvg of a node...) and it will be able to send information/Request to each agent (ex : request a snapshot)
The text was updated successfully, but these errors were encountered: