From c4f3c412c8338d562e49a1ac77d4654c07c71ce1 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 28 Jul 2017 09:47:49 +0200 Subject: Reworked in https://github.com/Yolean/kubernetes-kafka/pull/51 --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae75c21..547ddcd 100644 --- a/README.md +++ b/README.md @@ -45,27 +45,6 @@ kubectl -n kafka logs kafka-0 | grep "Registered broker" # INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT -> EndPoint(kafka-0.broker.kafka.svc.cluster.local,9092,PLAINTEXT) ``` -## Testing manually - -There's a Kafka pod that doesn't start the server, so you can invoke the various shell scripts. -``` -kubectl create -f test/99testclient.yml -``` - -See `./test/test.sh` for some sample commands. - -## Automated test, while going chaosmonkey on the cluster - -This is WIP, but topic creation has been automated. Note that as a [Job](http://kubernetes.io/docs/user-guide/jobs/), it will restart if the command fails, including if the topic exists :( -``` -kubectl create -f test/11topic-create-test1.yml -``` - -Pods that keep consuming messages (but they won't exit on cluster failures) -``` -kubectl create -f test/21consumer-test1.yml -``` - ## Metrics, Prometheus style Is the metrics system up and running? -- cgit v1.2.3