-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
It is not clear why Eventing optional components are optional #4535
Comments
It is recommended to modify the document. Both the Channel layer and the Broker layer need to be installed, but you can choose one of multiple options to install. Is there a corresponding relationship between multiple options? For example, whether installing |
I agree a clarification may be helpful.
This is possible, you can use multiple layers in the same cluster. The only relationship that they have is that they all conform to the shared spec: https://github.com/knative/specs/tree/main/specs/eventing that allows multiple layers to be integrated and communicate with each other in a loosely coupled way. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
Users have been reporting multiple times that their Broker or Channel setup doesn't work because the documentation reports that Broker and Channel layers are optional like in knative/eventing#5944.
Those optional components are required to follow the next steps, so I'm proposing to remove the Optional word in the heading and instead add a sentence explaining why a Broker or Channel layer might be optional and what you can't do without that particular layer.
Expected Behavior
Steps to Reproduce the Problem
Additional Info
Install information:
/kind eventing
The text was updated successfully, but these errors were encountered: