knative / docs

User documentation for Knative components.
https://knative.dev/docs/
Other
4.41k stars 1.22k forks source link

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

Closed Leo6Leo closed 1 month ago

Leo6Leo commented 3 months ago

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

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

Additional context (optional)