Skip to content

Commit 89ec4f3

Browse files
authored
Update README.md
1 parent dd0e455 commit 89ec4f3

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)