On 4/17/2018 8:54 PM, Aristedes Maniatis wrote:
Is there any difference between using the tools supplied with Solr to
write configuration to Zookeeper or just writing directly to our
Zookeeper cluster?
We have tooling that makes it much easier to write directly to ZK
rather than having to use yet another tool to do it.
As long as it ends up in the correct path in the ZK structure, it
doesn't matter how it gets there.
The /configs/XXXX location (where XXXX is the config name) should have
the same contents that would normally be found in a conf directory if it
were standalone Solr and not using the standalone configsets feature.
Thanks,
Shawn