NBomber icon indicating copy to clipboard operation
NBomber copied to clipboard

[Cluster] Add Cluster Shared Context

Open AntyaDev opened this issue 1 year ago • 0 comments

The cluster context should provide functionality:

  • [ ] get all nodes info
  • [ ] override ScenarioSettings and other parameters in the runtime
  • [ ] The API should be integrated into NBomberRunner
  • [ ] Share any data between nodes
// Coordinator 
NBomberClusterContext.SetData(string key, object payload);

// Agent
var payload = NBomberClusterContext.GetData(string key);

AntyaDev avatar Apr 20 '23 18:04 AntyaDev