Skip to content

Commit f362ced

Browse files
authored
Add a note that Apache Kafka is required to use EKB (#6404)
1 parent df22126 commit f362ced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/versioned/install/yaml-install/eventing/install-eventing-with-yaml.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Follow the procedure for the Channel of your choice:
6666

6767
=== "Apache Kafka Channel"
6868

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+
6972
The following commands install the KafkaChannel and run event routing in a system
7073
namespace. The `knative-eventing` namespace is used by default.
7174

@@ -120,6 +123,9 @@ Follow the procedure for the Broker of your choice:
120123
<!-- This indentation is important for things to render properly. -->
121124
=== "Apache Kafka Broker"
122125
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+
123129
The following commands install the Apache Kafka Broker and run event routing in a system
124130
namespace. The `knative-eventing` namespace is used by default.
125131

0 commit comments

Comments
 (0)