Skip to content

Commit 8b2d101

Browse files
committed
2 parents e353315 + 89ec4f3 commit 8b2d101

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
```
44
docker-compose -f docker-compose-core.yml -p core up -d
55
```
6+
7+
# Delete all kafka topics
8+
9+
```
10+
kafka-topics --bootstrap-server localhost:9092 --delete --topic '.*'
11+
```

0 commit comments

Comments
 (0)