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 v2 #5920

Open
Leo6Leo opened this issue Mar 19, 2024 · 0 comments
Open

Sample App: BookReview Service: Implement the microservice v2 #5920

Leo6Leo opened this issue Mar 19, 2024 · 0 comments
Assignees

Comments

@Leo6Leo
Copy link
Member

Leo6Leo commented Mar 19, 2024

Problem

In this issue, we are implementing the knative service that provide all the supports that make the book review feature works. In this version, the event will go through the whole cycle: send to broker -> receive the event back from the broker -> save the comment in the database.

This will be a Node.js web server that is handling all the incoming requests, and route the event to the correct destination.

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 database server and the inappropriate language ML service. And when the service receive the event back from the broker, it will save the data into the database.
  • 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)

@Leo6Leo Leo6Leo self-assigned this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant