I am creating a SolrCloud with 4 solr instances and 5 zookeeper instances. I need to make sure that querying is working even when my 3 zookeepers are down. But it looks like the queries using json transformation based xslt templates which is not available since the zookeeper ensemble is not available.
So is it possible to exclude files (eg: xslt folder) in the conf directory from being loaded into Zookeeper rather point it to the filesystem so that querying the solrcloud is not broken. Thanks Kumar