quarkiverse / quarkus-dapr

The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
https://dapr.io/
Apache License 2.0
30 stars 16 forks source link

Add Codestarts using state store components with DevServices #211

Open mcruzdev opened 1 week ago

mcruzdev commented 1 week ago

The idea is to have in application.properties:

quarkus.dapr.devservices.enabled=true

A resource saving/retrieving data into kvstore StateStore component (provided by DevServices).

mcruzdev commented 1 week ago

You can see more details about how-to solve this one here