Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JanikBuecher committed Mar 23, 2021
1 parent eec8d5e commit 76376b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Kafka_DWH

To run this demo use `docker-compose up`

## What will happen?

- First the container for Kafka and Zookeeper will be created
- After 30 seconds the Producer container will be started and will produce 20 messages to the 'Test' topic
- 10 seconds later the Consumer container will be started and print the the messages from the 'Test' topic to the console

## Troubleshooting

If there are issues with the Consumer and Producer images you can build your own in the Consumer and Producer folder. After you have done that you can replace the image in the **docker-compose-yml** file.

0 comments on commit 76376b7

Please sign in to comment.