Hi Folks, Is it possible to configure a Solr cloud to serve reads only from the followers? I see this page <https://solr.apache.org/guide/8_8/distributed-requests.html> explains how to prefer by local, replica type, or sysprops. But is it possible to specify that something should be served by a non-leader whenever possible (or even require it to return at all)? E.g., something like
shards.preference=leader:false Thanks, Stephen