Enrique Lacal
Enrique Lacal
**What would you like to be added**: Currently when defining a new workflow one can specify `dataInputSchema` which we can use to validate the input. Yet a user starting a...
As of Flink 1.11, the properties for setting the offheap memory have changed and no longer match the ones set by the operator. Docs: https://ci.apache.org/projects/flink/flink-docs-release-1.12/deployment/memory/mem_migration.html#taskmanager-heap-size. These properties are always set...
When setting up security for Flink through the Flink Properties as https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/309 describes, the following properties are stored in a ConfigMap and mounted into the JobManager and TaskManager containers: ```...
Both @SamMayWork and @Chengxuan raised in the last community call that setting up a multiparty setup using the Firefly CLI or standalone can be complicated and frustrating. Sam has gone...
@nguyer raised on the last community call that in the Discord channel he was to frequently explain how signing works in Firefly and suggested that we should have a section...
PR to start the discussion on https://github.com/getkin/kin-openapi/issues/909
I have a set of routes that share a child schema such as one API returns an array of objects and another API returns one object. The object itself has...
Hey all! I'm comparing two stateful sets where each of them have the same env vars but in a different order. Apart from that they are exactly the same. This...
At the last community call @matthew1001 raise the fact that the CLI arguments have become confusing and contradictory. Presence of contradictory flags doest not throw an error and the behaviour...