Loïc Mathieu

Results 190 comments of Loïc Mathieu

@brian-mulier-p testing it from OSS can be hard because we always return an empty location from OSS and moreover testing that it uses different location is a per-storage validation (different...

The extension only supports firestore mode, not datastore mode.

I didn't plan to, it would need a different extension as it's a different API. Moreover I think Datastore is an "old" API and people are encourage to migrate to...

The issue is indeed tricky: task properties having a default value (like `runner` or `pullPolicy` using `@Builder.Default` in the Java code) cannot be set in a flow if there is...

Same root cause as https://github.com/kestra-io/kestra/issues/2260

@fhussonnois I think you update all existing realtime trigger and I do this for Debezium so we can close it.

We too have frequently this issue, G1HC seems to be a better option for akhq and Java 17 greatly improve it, with a 20% reduction in memory footprint. @tchiotludo would...

By the way, @MichalPopielski `-XX:+AlwaysActAsServerClassMachine` should not be needed if the heap size is more than 1GB as the JVM will switch to server class machine automatically in this case.

Hi, Just tested this PR in our just installed Kepler and it works fine except we had to change `irate(metric)[1m]` to `irate(metric)[2m]` for all queries in two panels : -...