From 5baefebf50ec98b357dafefa60de3c2bb6a3e9fc Mon Sep 17 00:00:00 2001 From: Christopher Cave-Ayland Date: Tue, 24 Sep 2024 11:52:21 +0100 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f548566..3e6a56c 100644 --- a/README.md +++ b/README.md @@ -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].