Hello

I am considering to start using Solr Cloud and to share a single ZooKeeper
between different Solr clouds and eventually other software.

In all the examples I see online, the configuration of a Solr cloud is
stored in the root node of ZooKeeper.
I was wandering if it is possible to specify the node under which Solr
stores its configuration.
For example, let's suppose that i have 2 Solr clouds (solr1 and solr2)
and another software sharing the same zookeeper instance and storing files
under other1.

I would like to have 3 nodes like
/solr1
/solr2
/other1
Each of them containing files of a single entity.
I will manage isolation through ZooKeeper ACL functionalities.

Is there a way to achieve this?

Regards
Enrico

Reply via email to