Community driven, reusable components for distributed apps
Go to file
Ian Luo 7d2bc9bbdf
fix: Dapr runtime panic when handle Pub/Sub (dapr#3281) (#967)
* fix: Dapr runtime panic when handle Pub/Sub (dapr#3281)

* use uuid to generate Id when Id is missing

* skip default value for id and content-type

Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
Co-authored-by: beiwei.ly <beiwei.ly@alibaba-inc.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-07-08 10:54:36 -07:00
.devcontainer Add devcontainer for contributors (#936) 2021-06-14 11:09:32 -07:00
.github Convert AZURE_KEYVAULT in conformance.yml a GitHub secret (#1002) 2021-07-08 10:25:59 -07:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings switch to golang-jwt (#993) 2021-07-08 10:49:44 -07:00
contenttype change headers (#679) 2021-02-09 18:57:55 -08:00
docs Use `go mod tidy` before make (#799) 2021-04-26 23:08:52 -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 fix: Dapr runtime panic when handle Pub/Sub (dapr#3281) (#967) 2021-07-08 10:54:36 -07:00
secretstores secretstores: support more format of azure key vault (#944) 2021-07-08 10:43:17 -07:00
state Add more tests for MongoDB state store component (#948) 2021-06-16 13:51:35 -07:00
tests Use AzureKeyVaultName param for Azure Keyvault conformance test (#975) 2021-07-07 12:04: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 and rename OWNERS to CODEOWNERS (#478) 2020-09-25 15:27:33 -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 Use `go mod tidy` before make (#799) 2021-04-26 23:08:52 -07:00
Readme.md Update Readme.md (#971) 2021-06-22 14:48:41 -07:00
go.mod switch to golang-jwt (#993) 2021-07-08 10:49:44 -07:00
go.sum switch to golang-jwt (#993) 2021-07-08 10:49:44 -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