Description
Describe the feature:
👋 We currently use shard allocation aware routing so that requests can be serviced completely within an "availability-zone". As discussed in #43453 and implemented in #48351, this feature is deprecated now and set to be removed entirely in the next major version of Elasticsearch.
I understand that adaptive replica selection should mostly replace this behavior, but due to cross-zone traffic costs and consistency, I would still strongly prefer a shard allocation aware routing if available.
If possible, I'd be happy with an "opt-in" option that still be available in the next major version of Elasticsearch for searches to be routed based on shard allocation awareness. Another idea would to have more influence on the adaptive replica selection algorithm, to be able to "weight" shard allocation awareness within that logic.
Thanks!