Andrea Peruffo
Andrea Peruffo
Thanks a lot, @wtrocki for sharing the additional context 👍 appreciated!
Hi @Sanne ! I am picking this up now and will ping you as soon as I have any progress or issue.
I have opened this branch: https://github.com/Apicurio/apicurio-registry/tree/h2-native-image so that we can collaborate @Sanne in the `notes` file you can find the commands to reproduce. The mvn build is currently failing with:...
> given the type-safety nature of CRD-s this should basically never happen in general. Correct, the situation described happens in case of "bugs" or misalignments in between implementations ( `crd-generated`...
> But if such error is present, IMO on the cluster there should be proper log aggregation (think ELK) and related alerting that notifies the platform engineer of such an...
> I'm definitely against crashing the operator Fair, but we should find a way to notify that a problem occurred IMHO. > What do you mean by that? We can...
Sorry for the late reply, @csviri do you have any link regarding the usage of events solely for "cluster state" events? Super interested in understanding this more! For this specific...
@csviri instantiating an "untyped" (e.g. using `GenericKubernetesResource`) Informer might be one way of doing it.
The failed CR doesn't reach back to the "user" code when an exception is thrown.
Implementation wise there might be a few challenges, last time I picked up something along those lines I ended up with this: https://github.com/fabric8io/kubernetes-client/pull/3786 But, at the moment, using that mechanism...