druid/extensions-contrib/rabbit-stream-indexing-service/src
Gian Merlino 60daddedf8
SeekableStreamSupervisor: Use workerExec as the client connectExec. (#17394)
* SeekableStreamSupervisor: Use workerExec as the client connectExec.

This patch uses the already-existing per-supervisor workerExec as the
connectExec for task clients, rather than using the process-wide default
ServiceClientFactory pool.

This helps prevent callbacks from backlogging on the process-wide pool.
It's especially useful for retries, where callbacks may need to establish
new TCP connections or perform TLS handshakes.

* Fix compilation, tests.

* Fix style.
2024-10-22 20:21:21 -07:00
..
main SeekableStreamSupervisor: Use workerExec as the client connectExec. (#17394) 2024-10-22 20:21:21 -07:00
test/java/org/apache/druid/indexing/rabbitstream add DataSchema.Builder to tidy stuff up a bit (#17065) 2024-09-15 11:18:34 -07:00