Hello Solr (operator) community! As far as I understood from the jira https://cwiki.apache.org/confluence/display/SOLR/SIP-17%3A+Node+Autoscaling+via+Kubernetes , this is quite a lot of work ongoing since the AutoScaling functionality in Solr has been deprecated. However, it is not clear to me if as of now there is a possibility to handle simple scaling scenarios with the Replica Placement API, Solr Cloud and the Solr Operator. Let's take the simplest possible one: One collection, one shard, one replica. We would like to add nodes and Solr replicas if the load increases. If we configure the HPA with the Solr Operator like explained in the documentation ( https://apache.github.io/solr-operator/docs/local_tutorial), is there also a way to automatically add a new replica on the pods that are started when HPA scales the cluster?
Thanks for your help! Aurelien