From a4a2e928c55ff5e0823f3653cb0bf648634c16e8 Mon Sep 17 00:00:00 2001 From: Maria Patterson Date: Mon, 7 Aug 2017 10:51:04 -0700 Subject: [PATCH] Lock readme instructions to confluent 3.2.0 tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c7e72..b13e837 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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':