cv-reporting

Description

This project consumes the events from RabbitMQ queue hello-cv1 and hello-cv2. For now, it does nothing but fake a heavy process for each message.

It will be used by the cluster cv-k8s.

Requirements

How to build

Run local using gradle

  • ./gradlew bootRun

Build container image

  • ./gradlew bootBuildImage