Add a note that Apache Kafka is required to use EKB (#6404)

This commit is contained in:
Christoph Stäbler 2025-09-25 10:47:27 +02:00 committed by Evan Anderson
parent 8a50f782b5
commit 9a8b040a53
1 changed files with 6 additions and 0 deletions

View File

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