You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,11 @@ That's it. Just add business value :wink:.
51
51
For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-based drivers like [node-rdkafka](https://github.com/Blizzard/node-rdkafka).
52
52
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.
53
53
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
0 commit comments