-
Notifications
You must be signed in to change notification settings - Fork 0
Docker Guide
Kevin Nguyen edited this page Aug 30, 2023
·
5 revisions
-
Make sure the config variables are set correctly in ./config.sh.
-
Change the value of
Docker_DEPLOYMENT
totrue
in ./config.sh. -
Create a directory
jobs
indocker-app
. You only have to do it once. -
Run
./start.sh
.
- Running Kafka in Docker: https://www.baeldung.com/kafka-docker-connection
- Further reading: https://www.architect.io/blog/2021-01-26/kafka-docker-tutorial/
- Detailed Docker setup: https://rmoff.net/2018/08/02/kafka-listeners-explained/
- Testing Kafka in Docker app with consumers and producers: https://medium.com/@clasikas/kafka-in-docker-container-and-command-line-67bb0eb2d
If you see no output in the WebUI when selecting a TaskManager, this may help you.
- Developer guide