Updated Confluent-Kafka to `7.5.1` and switched the cluster to KRAFT
[demos/kafka/wordcount] / README.sh
index db1dde9..b6f9a3c 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -53,11 +53,10 @@ else
 fi
 
 
-docker-compose up -d zookeeper kafka cli traefik
+docker-compose up -d kafka cli traefik
 
 echo "Waiting for the Kafka-Cluster to become ready..."
 docker-compose exec cli cub kafka-ready -b kafka:9092 1 60 > /dev/null 2>&1 || exit 1
-docker-compose exec cli zookeeper-shell zookeeper:2181 ls /brokers/ids
 
 docker-compose up -d users
 while [ "$(http users.localhost/actuator/health 2> /dev/null | jq -r .status 2> /dev/null)" != "UP" ]; do echo "Waiting for service users..."; sleep 1; done
@@ -85,7 +84,7 @@ http -v query.localhost/bart
 http -v query.localhost/nerd
 http -v query.localhost/riddler
 
-docker-compose up -d --scale query=5 query
+// docker-compose up -d --scale query=5 query
 http -v --follow query.localhost/bart
 sleep 1
 http -v --follow query.localhost/bart