You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in #2586, we need to integrate the Rust CloudEvents functions with JobSink
when the env variable K_EXECUTION_MODE is equal to batch the 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_SINK env variable (if present) (so that you can use JobSink in combination with SinkBinding to have "job callbacks")
The text was updated successfully, but these errors were encountered:
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.
As described in #2586, we need to integrate the Rust CloudEvents functions with JobSink
K_EXECUTION_MODE
is equal tobatch
the runtime will read the event from the file and pass it to the handlerK_SINK
env variable (if present) (so that you can use JobSink in combination with SinkBinding to have "job callbacks")The text was updated successfully, but these errors were encountered: