diff --git a/BUILDING.md b/BUILDING.md index 7866abd7..5d0da2c8 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