- Jan 24, 2019
-
-
Colin Patrick McCabe authored
* Allow the Trogdor agent to be started in "exec mode", where it simply runs a single task and exits after it is complete. * For AgentClient and CoordinatorClient, allow the user to pass the path to a file containing JSON, instead of specifying the JSON object in the command-line text itself. This means that we can get rid of the bash scripts whose only function was to load task specs into a bash string and run a Trogdor command. * Print dates and times in a human-readable way, rather than as numbers of milliseconds. * When listing tasks or workers, output human-readable tables of information. * Allow the user to filter on task ID name, task ID pattern, or task state. * Support a --json flag to provide raw JSON output if desired. Reviewed-by:
David Arthur <mumrah@gmail.com>, Stanislav Kozlovski <stanislav_kozlovski@outlook.com>
-
- Nov 13, 2018
-
-
Stanislav Kozlovski authored
Add threads with separate consumers to ConsumeBenchWorker. Update the Trogdor test scripts and documentation with the new functionality. Reviewers: Colin McCabe <cmccabe@apache.org>
-
- Oct 29, 2018
-
-
Stanislav Kozlovski authored
This ConsumeBenchWorker now supports using consumer groups. The groups may be either used to store offsets, or as subscriptions.
-
- Jun 05, 2018
-
-
Koen De Groote authored
Reviewers: Colin Patrick McCabe <colin@cmccabe.xyz>, Ismael Juma <ismael@juma.me.uk>
-
- Apr 29, 2018
-
-
Colin Patrick McCabe authored
-