Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Jan Høydahl
I love environment variables, since it is the common denominator across all runtimes you can imagine, including containers. So having a broad ENV strategy for the solr server itself, as we are approaching with EnvUtils and SOLR_ prefix etc, is AGoodThing™. Now, when it comes to the CLI Tools, th

Re: Environment Variables in the Solr CLI...

2025-03-06 Thread Mike Drob
I think the guidance from clig.dev is pretty clear - when the configuration is generally stable from one invocation to the next, using environment variables is nice. Imagine starting a container, you set ZK_HOST once and then it's good for every invocation of the tools. Otherwise you have to have l