knative / docs

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

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

Closed Leo6Leo closed 5 months ago

Leo6Leo commented 7 months ago

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

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

Additional context (optional)