Skip to content

Commit

Permalink
Lock readme instructions to confluent 3.2.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mtpatter committed Aug 7, 2017
1 parent 45ca3c6 commit a4a2e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ docker@node1:~$ docker service create \
-p 32181 \
-e ZOOKEEPER_CLIENT_PORT=32181 \
-e ZOOKEEPER_TICK_TIME=2000 \
confluentinc/cp-zookeeper
confluentinc/cp-zookeeper:3.2.0
```

Start a kafka service:
Expand All @@ -129,7 +129,7 @@ docker@node1:~$ docker service create \
-e KAFKA_BROKER_ID=1 \
-e KAFKA_ZOOKEEPER_CONNECT=zookeeper:32181 \
-e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092 \
confluentinc/cp-kafka
confluentinc/cp-kafka:3.2.0
```

Start stream of bursts of 10 alerts to the topic named 'my-stream':
Expand Down

0 comments on commit a4a2e92

Please sign in to comment.