Adithya-Shetty100 opened a new pull request, #19591: URL: https://github.com/apache/druid/pull/19591
### Description [#19062](https://github.com/apache/druid/pull/19062) added two new Broker configuration properties that let operators override the Broker's balancer and tier selection strategies for realtime servers: - `druid.broker.realtime.balancer.type` - `druid.broker.realtime.select.tier` These properties were merged without documentation (the author noted they could be documented separately). This PR documents them in the Broker query configuration table. #### What changed Added two rows to the Broker query configuration table: - `druid.broker.realtime.balancer.type` — possible values `random`, `connectionCount`; overrides `druid.broker.balancer.type` for realtime servers only; falls back to `druid.broker.balancer.type` when unset. - `druid.broker.realtime.select.tier` — possible values `highestPriority`, `lowestPriority`, `custom`, `preferred`; overrides `druid.broker.select.tier` for realtime servers only; falls back to `druid.broker.select.tier` when unset. The description also notes that the corresponding `druid.broker.realtime.select.tier.*` sub-configs behave the same as their `druid.broker.select.tier.*` counterparts. The behavior documented here is taken directly from `BrokerRealtimeSelectorModule`. #### Release note Documented the `druid.broker.realtime.balancer.type` and `druid.broker.realtime.select.tier` Broker properties introduced in #19062. <hr> This PR has: - [x] been self-reviewed. - [x] added documentation for new or modified features or behaviors. -- 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]
