cryptoe commented on code in PR #18540:
URL: https://github.com/apache/druid/pull/18540#discussion_r2362034734
##########
docs/development/extensions-core/k8s-jobs.md:
##########
@@ -855,3 +901,39 @@ To do this, set the following property.
|`druid.indexer.runner.k8sAndWorker.runnerStrategy.taskType.default`| `String`
(e.g., `k8s`, `worker`) | Specifies the default runner to use if no overrides
apply. This setting ensures there is always a fallback runner
available.|None|No|
|`druid.indexer.runner.k8sAndWorker.runnerStrategy.taskType.overrides`|
`JsonObject`(e.g., `{"index_kafka": "worker"}`)| Defines task-specific
overrides for runner types. Each entry sets a task type to a specific runner,
allowing fine control. |`{}`|No|
+### Experimental Fabric8 Http Client Configurations
+
+:::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.
+
+:::
+
+|Property| Possible Values |Description| Default |required|
+|--------|-----------------|-----------|---------|--------|
+|`druid.indexer.runner.k8sAndWorker.http.httpClientType`|`String` (e.g.,
`okhttp`, `vertx`, `javaStandardHttp`)|Specifies the HTTP client library to be
used by the worker task runner for communication with worker nodes.|`vertx`|No|
Review Comment:
Should the default be okhttp.
cc @gianm ?
--
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]