clintropolis 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_r221805641
########## 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 Review comment: Ah, I wasn't suggesting _supervisors_ with the _s_ since yeah that's a more dramatic change, just leaving out the _All_, but looking around at the rest of the APIs some more, and things already aren't terribly consistent with things like pluralization, etc., anyway so I think basically whatever is probably fine as long as there are docs and stuff does what is intended 😜 ---------------------------------------------------------------- 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]
