jtuglu-netflix commented on code in PR #18082: URL: https://github.com/apache/druid/pull/18082#discussion_r2152766574
########## docs/ingestion/supervisor.md: ########## @@ -37,11 +37,13 @@ The following table outlines the high-level configuration options for a supervis |Property|Type|Description|Required| |--------|----|-----------|--------| +|`id`|String|The supervisor id. This should be a unique ID that will identify the supervisor.|Yes| Review Comment: It's not required; it defaults to `dataSource`. This has already been addressed in the follow-up: https://github.com/apache/druid/pull/18149 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
