aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ba7eab..c2b5427 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,11 @@ This is WIP, but topic creation has been automated. Note that as a [Job](http://
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
+```
+
## Teardown & cleanup
Testing and retesting... delete the namespace. PVs are outside namespaces so delete them too.