QiuMM 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_r221417541
########## 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: It's fine for me if change to `/druid/indexer/v1/supervisors/suspend` , but just as you said before, that seems more painful than useful to change. So I keep this `All` suffix. Besides, in PR #6185 `All` is also be used in endpoint path. ---------------------------------------------------------------- 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]
