quarkus-dapr
quarkus-dapr copied to clipboard
Add Codestarts using state store components with DevServices
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).
You can see more details about how-to solve this one here
@mcruzdev can I take this and scream for help when I get stuck? 😄
@mcruzdev could you please take a look at my commit when you have the chance? issue-211
I followed the tutorial in the docs but I'm pretty sure I might have missed some things and the codestart test is failing