From 89af405bf60ec3bdea825eb16f84cb12f419f3f2 Mon Sep 17 00:00:00 2001 From: zhaojizhuang <571130360@qq.com> Date: Tue, 19 Jan 2021 16:07:21 +0800 Subject: [PATCH] add kafka installation (#3146) --- docs/eventing/broker/kafka-broker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/eventing/broker/kafka-broker.md b/docs/eventing/broker/kafka-broker.md index 775c7c2f5..b7c1fdaea 100644 --- a/docs/eventing/broker/kafka-broker.md +++ b/docs/eventing/broker/kafka-broker.md @@ -18,7 +18,8 @@ Notable features are: ## Prerequisites -[Knative Eventing installation](./../../install/any-kubernetes-cluster.md#installing-the-eventing-component). +1. [Knative Eventing installation](./../../install/any-kubernetes-cluster.md#installing-the-eventing-component). +2. An Apache Kafka cluster (if you're just getting started you can follow [Strimzi Quickstart page](https://strimzi.io/quickstarts/)). ## Installation