The icon of the organisation
Dapr
Integrate Dapr with Quarkus to accelerate development of distributed and event-driven applications.

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.dapr:quarkus-dapr

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.dapr:quarkus-dapr"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.dapr:quarkus-dapr"