Michael Burman
Michael Burman
Or just have the regexp there also? This is what cass-operator does: ``` // +kubebuilder:validation:Pattern=(6\.8\.\d+)|(3\.11\.\d+)|(4\.\d+\.\d+) ServerVersion string `json:"serverVersion"` ```
Right, but there's "omitempty", which allows there to be a nil.
For context, in cass-operator there's forceRackUpgrade parameter that allows fixing this type of issues. Perhaps we should look into something similar (but not that approach since then the operator modifies...
Well, one we could think of (if we want) is that you can actually also disable Vector in cass-operator (I forgot this), there's a Spec setting that allows disabling the...
Doesn't make test do all of that in any case?
Okay, that was indeed only in cass-operator: ``test: manifests generate fmt vet lint envtest ## Run tests.`` Personally, since I'm going to run ``make test`` in any case before committing,...
The SecretReplicator can do this easily. It doesn't really have that much "Secret" defined in it, it could just as well be any object it replicates.
And here they're talking about improved shutdown speed: https://vector.dev/highlights/2020-04-20-improved-shutdown/ Hmm..
I think the only correct approach here would be to ensure that the cdc-java-agent takes it input as a configuration file. Like we do with the metrics configuration and vector...