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
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
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.
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.