jon-wei commented on a change in pull request #6272: Add suspend|resume|terminate all supervisors endpoints. URL: https://github.com/apache/incubator-druid/pull/6272#discussion_r224289405
########## File path: docs/content/development/extensions-core/kafka-ingestion.md ########## @@ -206,13 +206,27 @@ Suspend indexing tasks associated with a supervisor. Note that the supervisor it operating and emitting logs and metrics, it will just ensure that no indexing tasks are running until the supervisor is resumed. Responds with updated SupervisorSpec. -#### Resume Supervisor +#### Suspend All Supervisors + +``` +POST /druid/indexer/v1/supervisor/suspendAll +``` +Suspend all supervisors at a time. Review comment: nit: I think "Suspend all supervisors at once" is better, same for similar usages below ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
