Jan Høydahl

Results 293 comments of Jan Høydahl

I took the time to include also the remaining fixes from Solr wizard, please have a quick look at the last two commits: * [More Python fixes from the Solr...

I'm going to merge this in now, and then any bug fixing can happen in followup commits.

> the operator could parse out the wellKnownUrl and other config from a security.json provided by the user Yes, a user provided `security.json` template is probably good to have. Note...

Looks like tehre is some traction on https://github.com/apache/solr/pull/355 which could be a workaround for operator, exporter, bin/solr etc. Only worry I have is for some orgs that deem BasicAuth not...

Yea, upgrading Security.json in general is a hard topic. The init-container that bootstraps security.json does not run if it is already there. But it should ideally be versioned, so that...

Looks like https://operatorhub.io is quite successful with 112 operators so far. Cannot find ZK operator, so I suppose we need to get that in there as well, since the hub...

Closing this. Can revive it in a new PR some time later if necessary

Another option is to instrument the code with some metrics library, and expose a new Prometheus endpoint.

See #1003 which is a flexible way of handling such custom requests which there will be 100s of in the future. It allows you to e.g. write a `HostNameProcessor` which...