capistrant commented on code in PR #18540:
URL: https://github.com/apache/druid/pull/18540#discussion_r2411683141


##########
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:
   I do not think we are ready to say vert.x has enough problems to remove it 
from being default. If we still want this option to pick a client in druid35 so 
the community can work to identify the best long term approach, I'm on board 
with that. But as of now, I think leaving the default as is is best for druid 
35.



-- 
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]

Reply via email to