We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0e455 commit 89ec4f3Copy full SHA for 89ec4f3
README.md
@@ -3,3 +3,9 @@
3
```
4
docker-compose -f docker-compose-core.yml -p core up -d
5
6
+
7
+# Delete all kafka topics
8
9
+```
10
+kafka-topics --bootstrap-server localhost:9092 --delete --topic '.*'
11
0 commit comments