Skip to content

Quarkus Microservice

This project uses Quarkus and Kakfa consumer API to deliver a basic structured event driven microservice as a project template.

What this project includes:

  • Quarkus project template using: REST easy, SmallRYE open tracing, open API, fault tolerance health, metrics and Kafka client.
  • Using graalVM to run the application.
  • Kafka consumer API examples
  • Nice documentation to present features, design and knowledge sharing using mkdocs

See the BOOK view of the documentation.

Principles

Running the application in dev mode

Detail in this note.

Tests

Detail in this note.

Deployment on Openshift

CI/CD details