Lucas Heimberg

Results 17 comments of Lucas Heimberg

Moreover, even after deleting and adding the resource again, the job is not started in the successfully created cluster (similar to #161) - even with patch #163 applied. Do you...

Are there any news on this issue? I really would like to understand which changes to the custom resource trigger an update of the Flink cluster and which not.

Hello Christoph, is there currently a schedule to implement conversion webhooks? All the best!

Hello @buehler, I hope you enjoyed your well-deserved vacation! I also thought about starting to implement conversion webhooks - but I just did not find the time for it until...

As I understood, this version in the middle (in the Kubebuilder documentation called "hub") does not even have to be the storage version - but maybe this restriction is typical....

I think this is not about the versions of the custom resource definition, but about the supported versions of the ConversionReview object that is used to call the webhook.

I think the source and target versions in ConversionReview object sent to the webhook can be arbitrary (because e.g. there are situations where a custom resource is requested in a...

I do not think that messages with a null value should be thrown away, as tombstone messages are very widely used in Kafka topics. They are not completely empty, as...

What do you mean with expensive in your specific case, and what is the main factor for it? How many changes do you have to handle per second? Indeed, we...

We observe the same problem on our operator with KubeOps 5.4.1 as well as the latest version KubeOps 6.6.1 on Kubernetes 1.22. It is really difficult to debug as it...