This repo demonstrates how to instrument a Spring Boot application with Deployagram.
The application itself is simple: it reads messages from a Kafka Topic and calls another application over HTTP with a payload taken from the Kafka topic.
If you inspect the commits, you will find:
- Creation of a vanilla Spring Boot application
- Service test and application functionality