Skip to content

Commit 754fd2f

Browse files
committed
Introduces the test automation concept as briefly as possible
1 parent c91c42e commit 754fd2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ That's it. Just add business value :wink:.
5151
For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-based drivers like [node-rdkafka](https://github.com/Blizzard/node-rdkafka).
5252
To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s.
5353
Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s.
54+
55+
# Tests
56+
57+
```
58+
kubectl apply -f test/
59+
# Anything that isn't READY here is a failed test
60+
kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w
61+
```

0 commit comments

Comments
 (0)