Skip to content

Commit c4f3c41

Browse files
committed
Reworked in #51
1 parent 7e6df71 commit c4f3c41

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@ kubectl -n kafka logs kafka-0 | grep "Registered broker"
4545
# INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT -> EndPoint(kafka-0.broker.kafka.svc.cluster.local,9092,PLAINTEXT)
4646
```
4747

48-
## Testing manually
49-
50-
There's a Kafka pod that doesn't start the server, so you can invoke the various shell scripts.
51-
```
52-
kubectl create -f test/99testclient.yml
53-
```
54-
55-
See `./test/test.sh` for some sample commands.
56-
57-
## Automated test, while going chaosmonkey on the cluster
58-
59-
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 :(
60-
```
61-
kubectl create -f test/11topic-create-test1.yml
62-
```
63-
64-
Pods that keep consuming messages (but they won't exit on cluster failures)
65-
```
66-
kubectl create -f test/21consumer-test1.yml
67-
```
68-
6948
## Metrics, Prometheus style
7049

7150
Is the metrics system up and running?

0 commit comments

Comments
 (0)