gianm commented on a change in pull request #6431: Add Kinesis Indexing Service to core Druid URL: https://github.com/apache/incubator-druid/pull/6431#discussion_r243476742
########## File path: docs/content/development/extensions-core/kafka-ingestion.md ########## @@ -312,7 +312,7 @@ compatible because they have a different ingestion spec or partition allocation, supervisor will create a new set of tasks. In this way, the supervisors are persistent across overlord restarts and fail-overs. -A supervisor is stopped via the `POST /druid/indexer/v1/supervisor/<supervisorId>/shutdown` endpoint. This places a +A supervisor is stopped via the `POST /druid/indexer/v1/supervisor/<supervisorId>/terminate` endpoint. This places a Review comment: `/shutdown` and `/terminate` are equivalent since #6272, although `/shutdown` is deprecated. (On the grounds that the difference between 'suspend' and 'terminate' is more clear than 'suspend' and 'shutdown'.) So this was just fixing the doc. ---------------------------------------------------------------- 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]
