capistrant commented on code in PR #18540: URL: https://github.com/apache/druid/pull/18540#discussion_r2427287417
########## docs/development/extensions-core/k8s-jobs.md: ########## @@ -316,6 +316,52 @@ Host: http://ROUTER_IP:ROUTER_PORT ``` </details> +### Experimental HTTP Client Config + +:::warning + +This configuration is experimental and subject to change. The Druid developer community intends on selecting a stable default HTTP client and configuration in the future, simplifying configuration and distribution packaging. This means that not all exposed HTTP clients and their configurations will be supported long term. If you opt in to using this experimental configuration, please provide feedback to the Druid developer community (Apache mailing list: `[email protected]`) on your experience to help guide our long term decisions. + +::: + +The extension uses [fabric8 KubernetesClient](https://github.com/fabric8io/kubernetes-client) to communicate with the Kubernetes API server. This client creates an Review Comment: makes sense, have created https://github.com/apache/druid/issues/18629 for the tracking and discussion of the issue and removed most of the docs content outside of the configs -- 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]
