Attila Mészáros

Results 277 comments of Attila Mészáros

see also: https://github.com/operator-framework/josdk-spring-boot-starter/pull/204

> How does the web starter avoid shutdown? Good questions, actually this might be that we had non-deamon Threads before (this might changed in fabric8 client), or just Spring handles...

Absolutely, feel free to come up with a PR, we can have a default set also of such rules. Would be nice to make it extensible maybe to have custom...

thx @murillio4 ! note that there is an other related PR: https://github.com/operator-framework/java-operator-sdk/pull/2565

see also: https://github.com/operator-framework/java-operator-sdk/issues/2742

> What's super important though is that this is not the cached resource from the primary cache, but the cloned instance that is passed into all reconciliation methods. That is...

@metacosm what is the use case for this? Desired pojos are usually extremely quick to create, since values comes from caches.

> This isn't always true, though, in particular when the desired state needs to deal with external systems. Another aspect to this, also when dealing with external systems, is that...

> That's actually a good point and that's something JOSDK should probably do out of the box: the desired state should be put in the context once it's been computed...

> I'm not sure I follow you. There is no pattern for this in JOSDK since there are no specific event sources for external resources. The PollingEventSource, PerResourcePollingEventSource, CachingInboundEventSource are...