Skip to content
Open
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
2 changes: 1 addition & 1 deletion kafka-offsetrepository/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project consists of the following examples:
Start the kafka broker:

----
docker run -d -e ALLOW_PLAINTEXT_LISTENER=yes -e KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092 -e KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE=true -p 9092:9092 bitnami/kafka:latest
docker run -d -p 9092:9092 apache/kafka:latest
----

=== How to run the example
Expand Down