quarkus-dapr
quarkus-dapr copied to clipboard
The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
Bumps `quarkus.version` from 3.14.2 to 3.14.3. Updates `io.quarkus:quarkus-bom` from 3.14.2 to 3.14.3 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.14.3 Complete changelog #30087 - jbang does not persist Q:CONFIG keys nor...
Hi @zhfeng, I updated the dependabot.yml
There is guide for contributing with a Smallrye connector https://smallrye.io/smallrye-reactive-messaging/4.19.0/concepts/contributing-connectors/ cc: @salaboy
- Add installation section first - Use dependency version with {project-version} attribute - Use examples with `CloudEvents` - Fix extension configuration reference
The idea is to have in `application.properties`: ```properties quarkus.dapr.devservices.enabled=true ``` A resource saving/retrieving data into kvstore StateStore component (provided by DevServices).