function-buildpacks-for-knative icon indicating copy to clipboard operation
function-buildpacks-for-knative copied to clipboard

Add a Java and Python example (HTTP + CloudEvent) for no reply functions

Open andrew-su opened this issue 2 years ago • 1 comments

Feature Request

Add a Python and Java example (HTTP + CloudEvent) where the function does not return a reply.

This covers scenarios where the function takes a long time to process the work so it just accepts it or queues it.

Acceptance

An example function for Java that doesn't reply but still processes the requests correctly. An example function for Python that doesn't reply but still processes the requests correctly.

andrew-su avatar Mar 23 '22 23:03 andrew-su

This development work went stale, but progress can be found at fabl/no-reply-java-sample.

bbtong avatar Jul 12 '22 22:07 bbtong