Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 592 Bytes

DEPRECATED REPO, TO BE DELETED

Run locally

Get Docker (Desktop).

Start a stack with Zookeeper, Kafka and a topic initializer.

> docker compose up

Wait for a message saying "Ready to go!"

Start application with localhost profile, e.g.

> mvn -D'spring-boot.run.arguments'='--spring.config.name=localhost' spring-boot:run

or preferably using a Spring Boot run configuration in IntelliJ with program arguments --spring.config.name=localhost.

Todo

  • Reduce logging in localhost Kafka stack.