In order to safely support concurrent updates to existing state items clients should employ etags. (For reference please see tinyurl.com/5n83tnfp). Existing support for AWS DynamoDB does not include support for etags. This change introduces etag support for AWS DynamoDB utilizing conditional expressions (reference tinyurl.com/5du587m8). Signed-off-by: Mike Brown <github@torvosoft.com> |
||
---|---|---|
.devcontainer | ||
.github | ||
bindings | ||
configuration | ||
contenttype | ||
docs | ||
health | ||
internal | ||
lock | ||
metadata | ||
middleware | ||
nameresolution | ||
pubsub | ||
secretstores | ||
state | ||
tests | ||
.codecov.yaml | ||
.gitignore | ||
.golangci.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
Readme.md | ||
SECURITY.md | ||
go.mod | ||
go.sum |
Readme.md
Components Contrib
The purpose of Components Contrib is to provide open, community-driven, reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more, without caring about the underlying implementation.
Available component types:
- Input/Output Bindings
- Pub Sub
- State Stores
- Secret Stores
- Name resolvers
- Configuration stores
- Middlewares
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.
Contribution
Code of Conduct
Please refer to our Dapr Community Code of Conduct