Skip to content

Batch Job Support #2814

Open
0 of 7 issues completed
Open
0 of 7 issues completed
@lkingland

Description

@lkingland

We will be enabling batch job support by creating an adapter which will work for Functions of all languages without needing to alter the functions themselves. The user will indicate the Function should be a batch processor, and it will be deployed as a JobSink. Functions will then deploy in tandem a job adapter which reads the job to be processed and invokes the Function with this job as the content of an event. In this way we can adjust how a function is invoked (standard HTTP requests, cloudevent, or a batch job cloudevent) without needing to alter the Function implementation itself. Note this may only support CloudEvent functions.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    🔖 Next

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions