You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versioned/install/yaml-install/eventing/install-eventing-with-yaml.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,9 @@ Follow the procedure for the Channel of your choice:
66
66
67
67
=== "Apache Kafka Channel"
68
68
69
+
!!! note
70
+
Access to an Apache Kafka cluster is required to use the Kafka Channel. You can do this for example by following the instructions on the [Strimzi Quickstart page](https://strimzi.io/quickstarts/).
71
+
69
72
The following commands install the KafkaChannel and run event routing in a system
70
73
namespace. The `knative-eventing` namespace is used by default.
71
74
@@ -120,6 +123,9 @@ Follow the procedure for the Broker of your choice:
120
123
<!-- This indentation is important for things to render properly. -->
121
124
=== "Apache Kafka Broker"
122
125
126
+
!!! note
127
+
Access to an Apache Kafka cluster is required to use the Kafka Broker. You can do this for example by following the instructions on the [Strimzi Quickstart page](https://strimzi.io/quickstarts/).
128
+
123
129
The following commands install the Apache Kafka Broker and run event routing in a system
124
130
namespace. The `knative-eventing` namespace is used by default.
0 commit comments