Frederic Leger

Results 65 comments of Frederic Leger

it seems that yes ![Screen Shot 2023-01-04 at 3 39 53 PM](https://user-images.githubusercontent.com/2778741/210579450-32d87bbe-25f1-43c4-9558-8a0ff8d2f196.png)

Edit: with a file created by me it's working as expected (i guess it's how you tested also) ![Screen Shot 2023-01-04 at 3 43 51 PM](https://user-images.githubusercontent.com/2778741/210580410-d1c88d63-41c7-4e02-adb8-0af8f190fd8f.png) So the point must...

> @eekamouze short explanation why there is no progress; there are only a few that contribute to the Overkiz component code and we are all very busy at the moment....

to the other please upvote 👍🏻 the issue instead of adding a "me too" comment. that helps to raise the attention of the core team to the importance of the...

> @fredleger what is your issue? Have to say that this issue became a bit complex, because multiple different issues are discussed. Please have a look at the right issue...

> @lason-ovh > > * 5 : You must assume that every client who needs this feature will look for ways to achieve this, better to deal with it on...

4 years later ... i switched from wallbag from something else. please feel free to dig it in the graveyard

another approach i was following in my own chart was to use the headless service direct adressing feature : ```yaml - name: "ZK_HOST" value: "solr-cloud-zookeeper-0.solr-cloud-zookeeper-headless:2181,solr-cloud-zookeeper-1.solr-cloud-zookeeper-headless:2181,solr-cloud-zookeeper-2.solr-cloud-zookeeper-headless:2181" ``` So it can just...

So far i ended up to have all schemas on local, port-formard the solr api port to local and use curl and bash scripting to insert full configsets with something...

Actually we don't use zkcli.sh at all for uploading configsets. Leverage only over the solr-cloud api should be enough to store the configsets in zookeeper. For authentication i used the...