suneet-s commented on code in PR #16600: URL: https://github.com/apache/druid/pull/16600#discussion_r1643578614
########## docs/development/extensions-contrib/k8s-jobs.md: ########## @@ -40,6 +40,275 @@ The extension uses `druid.indexer.runner.capacity` to limit the number of k8s jo Other configurations required are: `druid.indexer.runner.type: k8s` and `druid.indexer.task.encapsulatedTask: true` +### Dynamic config + +Druid operators can dynamically tune certain features within this extension without requiring to restart the service. Review Comment: The Overlord - which hosts the `/indexer` urls, but is different from the Indexer service 😅 -- 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]
