* Add message ttl for Azure Service Bus/Storage Queue and RabbitMQ * Rename metadata key to ttlInSeconds Move defaultQueueTTL to RabbitMQ metadata * Move integration tests to own files * Add +build integration_test tag * Remove integration test skip Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| bindings | ||
| docs | ||
| exporters | ||
| middleware | ||
| pubsub | ||
| secretstores | ||
| servicediscovery | ||
| state | ||
| .gitignore | ||
| .golangci.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| Readme.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:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.