Skip to content

feat: enable HTTP function trigger async functions #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 18, 2022

Conversation

webup
Copy link
Collaborator

@webup webup commented May 15, 2022

Resolves #6

  • Enable Knative invoke async
  • Refine e2e and conformance tests
  • Update README and API docs

@auto-assign auto-assign bot requested a review from benjaminhuo May 15, 2022 08:41
@webup webup force-pushed the feature/sync-trigger-async branch from f875712 to 63b7b79 Compare May 15, 2022 09:05
@webup
Copy link
Collaborator Author

webup commented May 15, 2022

@benjaminhuo please help check whether the tryKnativeAsync sample in README is correct, thanks.

@webup
Copy link
Collaborator Author

webup commented May 17, 2022

@benjaminhuo please help review latest updates, many thanks.

@webup webup merged commit 5eceefd into master May 18, 2022
@webup webup deleted the feature/sync-trigger-async branch May 18, 2022 06:03
@webup webup added the type: feature New feature or request label May 18, 2022
ctx.setTrigger(req, res);

Promise.resolve()
.then(() => userFunction(ctx, req.body))
Copy link
Member

@benjaminhuo benjaminhuo May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for my late response, basically the new signature refactoring looks good.
One more thing, I think go ff's handling of function output and return error is more reasonable.
What if send fails? Here're more refs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable HTTP triggers for asynchronous functions
2 participants