Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Sep 24, 2024
1 parent 58b5710 commit 5baefeb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ docker compose exec app python scripts/talk_to_process_manager.py

Take the servers down with `docker compose down`

### Working with Kafka
### Development without Docker Compose

Due to the complexities of containerising Kafka it is not possible to use the standard
Docker Compose setup. Instead when working with functionality that requires Kafka it is
necessary to run the individual components manually.
In the event that you want to develop without using Docker Compose you must start the
required components manually.

1. Start Kafka - See [Running drunc with pocket kafka].

Expand Down

0 comments on commit 5baefeb

Please sign in to comment.