From a27729c5f815210c4aa157bc03579c8a5d8718e1 Mon Sep 17 00:00:00 2001 From: authorjapps Date: Wed, 31 Jan 2024 17:42:25 +0000 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 7866abd7e..5d0da2c86 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -28,6 +28,9 @@ mvn -pl core clean test ## With tests executed(kafka) Some tests require a running Kafka (and some related components like kafka-rest, and kafka-schema-registry). +Location: +https://github.com/authorjapps/zerocode/blob/master/docker/compose/kafka-schema-registry.yml + Download the file, and run(or `cd to the docker/compose` dir and run) ``` docker-compose -f kafka-schema-registry.yml up -d