5.1 Getting Started
Getting started with the lab environment.
Source Code
The source-code used for this lab is in the folder /code/debezium
- Online Repository Link: https://github.com/acend/microservices-lab/tree/main/code/debezium .
Task 5.1.1 - Getting your workspace ready
- If you still have a previous lab running, stop it with
docker-compose down --remove-orphans. - Open your IDE or favorite tool and switch to the referenced source folder.
Last modified February 12, 2024: fix debezium lab version (9e6013e)