Skip to content
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

story(rest): implement record event api #41

Open
5 tasks
Zaba505 opened this issue Nov 3, 2022 · 0 comments
Open
5 tasks

story(rest): implement record event api #41

Zaba505 opened this issue Nov 3, 2022 · 0 comments
Labels
enhancement New feature or request rest RESTful API related storage event storage related story
Milestone

Comments

@Zaba505
Copy link
Member

Zaba505 commented Nov 3, 2022

Description

As an end user, I want to record event using a RESTful API, so that I don't need to introduce a new tech (gRPC) to my existing stack.

Acceptance Criteria

  • RESTful route is defined for recording events
  • Should accept cloudevents as JSON request body
  • Should record events to the backing eventstore
  • Should return a "204 No Content" as long as the event is successfully recorded in the backing eventstore
  • In case of failure, an appropriate code along with an JSON response object should be returned

Related Issues

@Zaba505 Zaba505 added enhancement New feature or request story rest RESTful API related labels Nov 3, 2022
@Zaba505 Zaba505 added this to the v0 milestone Nov 3, 2022
@Zaba505 Zaba505 added this to evrys Nov 3, 2022
@Zaba505 Zaba505 moved this to Refinement in evrys Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rest RESTful API related storage event storage related story
Projects
No open projects
Status: Refinement
Development

No branches or pull requests

1 participant