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

Sample App: BookReview Service: Implement the microservice v1 #5890

Closed
Leo6Leo opened this issue Mar 4, 2024 · 0 comments · Fixed by #5928
Closed

Sample App: BookReview Service: Implement the microservice v1 #5890

Leo6Leo opened this issue Mar 4, 2024 · 0 comments · Fixed by #5928
Assignees

Comments

@Leo6Leo
Copy link
Member

Leo6Leo commented Mar 4, 2024

Problem

In this issue, we are implementing the knative service that provide the supports that make the book review feature works. In version 1, it connects to the broker only, no database services is connected.

This will be a Node.js web server that is handling all the incoming requests, and forward the event to the Knative Broker.

More details can be found in the design doc here.

Persona:

Which persona is this feature for?
Administrators and developers

Exit Criteria

  • A docker image that contains the Node.js application, acting as the server to send the request to the broker. No database operation will be performed in v1.
  • A detailed documentation that explains it and include the setup guide.

Time Estimate (optional):
How many developer-days do you think this may take to resolve?
2-3

Additional context (optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant