Loïc Mathieu

Results 190 comments of Loïc Mathieu

@M-E-Rademaker you can pass all kind of inputs, file being one of those. For simple key/value pair, a STRING input is usually enough, for complex structure we support JSON (it...

This is a doc issue, it accepts multiple form-data parts, each part should match the name of the input except when the input is a file the part must be...

See the documentation here: https://kestra.io/docs/workflow-components/execution#execute-a-flow-via-an-api-call

I have a reproducer, it happens only with `micronaut.server.multipart.disk=true` or `micronaut.server.multipart.mixed=true`, with the default it works but the request is very slow to answer (multiple minutes whereas it took a...

Just checked Micronaut Platform 4.4.1 and the issue still exists.

@tarric1 this will soon be natif to MongoDB with Panache, see #40191 There also exist an instrumentation for JDBC: https://quarkus.io/guides/opentelemetry#jdbc And you can create a span with an annotation in...

Can you provide the full stack trace and a reproducer?

Will also fix https://github.com/quarkusio/quarkus/pull/40191

Maybe we should support both not ? Or does Quarkus plan to drop support to OpenTracing ?