Community driven, reusable components for distributed apps
Go to file
Amit Mor 253ef854c5
SNS and SQS topic/queue names + SNS subscription deletion bugfix (#1035)
* bugfix for sns topic deletion upon termination

* Revert "bugfix for sns topic deletion upon termination"

This reverts commit bcaa9bb562.

* wip on normalizing queue/topic names

* sanitize queue and topic names

* sanitized names. bugfix for close

* # This is a combination of 4 commits.
# This is the 1st commit message:

Improve error message in case of missing property (#1012)

Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
# This is the commit message #2:

Remove vestigial pubsub/nats code (#1024)

The pubsub/nats component was replaced by pubsub/natsstreaming as part
of https://github.com/dapr/dapr/pull/2003, but the corresponding code
in dapr/components-contrib was not removed, so this change removes it.
# This is the commit message #3:

bugfix for sns topic deletion upon termination

# This is the commit message #4:

Revert "bugfix for sns topic deletion upon termination"

This reverts commit bcaa9bb562.

* removed debug message

* raw string abort

* gofmt+remove regex and use byte iter

Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-08-06 16:31:50 -07:00
.devcontainer Fix Go extension for devcontainer (#1023) 2021-07-30 12:16:56 -07:00
.github Supports bot assignment via /assign. (#1058) 2021-08-06 16:17:52 -07:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings Add priority option in SMTP binding. It will allow select email priority (#1018) 2021-08-04 10:39:20 -07:00
contenttype change headers (#679) 2021-02-09 18:57:55 -08:00
docs Add priority option in SMTP binding. It will allow select email priority (#1018) 2021-08-04 10:39:20 -07:00
internal/component/redis Removing internal config and retry packages that were moved to dapr/kit. (#988) 2021-07-02 20:17:52 -07:00
metadata Add function to generate CloudEvent for raw subscribed events. (#864) 2021-05-10 10:39:26 -07:00
middleware Resolving gofumpt issues (#932) 2021-06-09 15:18:50 -07:00
nameresolution Importing the retry and config packages from kit instead of internal (#940) 2021-06-22 09:38:55 -07:00
pubsub SNS and SQS topic/queue names + SNS subscription deletion bugfix (#1035) 2021-08-06 16:31:50 -07:00
secretstores secretstores: support more format of azure key vault (#944) 2021-07-08 10:43:17 -07:00
state Darquewarrior issue798 (#819) 2021-08-04 14:05:18 -07:00
tests Customize sleep in EventGrid bindings conformance test between read and publish (#1050) 2021-08-04 14:38:50 -07:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore remove etcd state store to prepare to update grpc to new version (#499) 2020-10-15 09:53:49 -07:00
.golangci.yml ci: enable gofumt linter (#887) 2021-05-27 22:21:24 -07:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Update docs with new docs links (#513) 2020-10-26 11:52:20 -07:00
LICENSE change headers (#679) 2021-02-09 18:57:55 -08:00
Makefile Implement E2E tests for zeebe (#973) 2021-07-12 11:40:38 -07:00
Readme.md Update Readme.md (#971) 2021-06-22 14:48:41 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod fix build error on Arm 32-bit (#1045) 2021-08-03 19:24:38 -07:00
go.sum fix build error on Arm 32-bit (#1045) 2021-08-03 19:24:38 -07:00

Readme.md

Components Contrib

Build Status Discord License: MIT

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.

Contribution

Code of Conduct

Please refer to our Dapr Community Code of Conduct