func
func copied to clipboard
[Quarkus/Cloudevents] JobSink Integration / Long Running Functions
As described in https://github.com/knative/func/issues/2586, we need to integrate the Quarkus CloudEvents functions with JobSink
- when the env variable
K_EXECUTION_MODEis equal tobatchthe runtime will read the event from the file and pass it to the handler - If the function returns a new event it would be produced to an endpoint that is pointed by
K_SINKenv variable (if present) (so that you can use JobSink in combination with SinkBinding to have "job callbacks")
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/triage accepted