main
parent
57e72d4ead
commit
5ff76cd388
4 changed files with 16 additions and 8 deletions
@ -0,0 +1,4 @@ |
||||
docker exec broker \ |
||||
kafka-topics --bootstrap-server broker:9092 \ |
||||
--create \ |
||||
--topic quickstart |
@ -0,0 +1,2 @@ |
||||
#!/bin/sh |
||||
docker-compose -f deploy/docker-compose-local-kafka.yml up --build |
@ -0,0 +1,2 @@ |
||||
#!/bin/sh |
||||
docker-compose -f deploy/docker-compose-local-kafka.yml down |
Loading…
Reference in new issue