dclim commented on a change in pull request #7428: Add errors and state to stream supervisor status API endpoint URL: https://github.com/apache/incubator-druid/pull/7428#discussion_r281369877
########## File path: docs/content/development/extensions-core/kinesis-ingestion.md ########## @@ -390,4 +413,15 @@ requires the user to manually provide the Kinesis Client Library on the classpat compatible with Apache projects. To enable this feature, add the `amazon-kinesis-client` (tested on version `1.9.2`) jar file ([link](https://mvnrepository.com/artifact/com.amazonaws/amazon-kinesis-client/1.9.2)) under `dist/druid/extensions/druid-kinesis-indexing-service/`. -Then when submitting a supervisor-spec, set `deaggregate` to true. \ No newline at end of file +Then when submitting a supervisor-spec, set `deaggregate` to true. + +## Configuration Properties + +|Property|Description|Default| +|--------|-----------|-------| +|druid.supervisor.stream.healthinessThreshold|The number of successful iterations before the supervisor flips from an UNHEALTHY to a RUNNING state|3| Review comment: Not necessarily - it could also have been in a `LOST_CONTACT_WITH_STREAM` or `UNABLE_TO_CONNECT_TO_STREAM` which are also the 'unhealthy' states. Maybe it shouldn't be capitalized to avoid confusion? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
