Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/eventing/samples/kafka/channel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down