[go/cloudevents] JobSink Integration / Long Running Functions
As described in https://github.com/knative/func/issues/2586, we need to integrate the Go 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.
@pierDipi @lkingland Is this issue still open for contributions? If so, could you please provide a brief overview? I'd love to work on it!
Yes, it is
@matzew @matejvasek @creydr would you mind helping @KapilSareen ?
/triage accepted
Hey, I would like to work on this issue. Since this would be my first contribution to the project, if this is not an urgent requirement, I can take this on. Also, some extra pointers on the approach we are following, if any, would be appreciated.