diff --git a/docs/eventing/samples/kafka/channel/index.md b/docs/eventing/samples/kafka/channel/index.md index db813a9e014..bca23765010 100644 --- a/docs/eventing/samples/kafka/channel/index.md +++ b/docs/eventing/samples/kafka/channel/index.md @@ -94,6 +94,8 @@ with `knative-messaging-kafka`. This indicates it is an Apache Kafka channel from Knative. It contains the name of the namespace, `default` in this example, followed by the actual name of the channel. +**NOTE:** The topic of a Kafka channel is an implementation detail and records from it should not be consumed from different applications. + ## Configuring the Knative broker for Apache Kafka channels To setup a broker that will use the new default Kafka channels, you must create @@ -125,6 +127,8 @@ knative-messaging-kafka.default.default-kn2-trigger ... ``` +**NOTE:** The topic of a Kafka channel is an implementation detail and records from it should not be consumed from different applications. + ## Creating a service and trigger to use the Apache Kafka broker To use the Apache Kafka based broker, let's take a look at a simple demo. Use