(D)oker (Z)ookeeper (K)afka set up
Make sure you have docker and poetry installed
Install dependencies with:
poetry install
Make sure nothing is already using ports 2181, 29092, 9092, e.g
lsof -i:2181
Run component test with
pytest -m component tests/ --fixture_scope=session
Run integration tests with
pytest -m integration tests/ --fixture_scope=session