-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eec8d5e
commit 76376b7
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |