knative / docs

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

Sample App: BookReview Service: Broker implementation #5918

Closed Leo6Leo closed 2 months ago

Leo6Leo commented 3 months ago

!!!The description for this issue is work in progress.

Problem

In this issue, we are implementing the knative broker that provide all the request routing that make the book review feature works. It connects the BookReview Service. When the broker receive a cloudevent from the BookReview Service, the broker should be able to correctly route the event to the correct sink by filtering the cloudevents. ML services, and notification services.

More details can be found on the design doc.

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)

Image