Community driven, reusable components for distributed apps
Go to file
halspang 4bc800f612
Allow metadata to flow through service bus queue (#1911)
* Allow metadata to flow through service bus queue

This commit lets metadata bind to a message and be read when
the message is received. This allows for the distributed tracing
of events.

Signed-off-by: Hal Spang <halspang@microsoft.com>

* Remove saved fields from ApplicationProperties

Signed-off-by: Hal Spang <halspang@microsoft.com>

* Add a certification test for metadata

Signed-off-by: Hal Spang <halspang@microsoft.com>

Signed-off-by: Hal Spang <halspang@microsoft.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-15 17:31:14 -07:00
.devcontainer Updated devcontainer for 1.8 2022-07-08 20:08:47 +00:00
.github fix daprbot (#1956) 2022-08-10 14:24:43 -07:00
bindings Allow metadata to flow through service bus queue (#1911) 2022-08-15 17:31:14 -07:00
configuration Implemented get all keys (#1920) 2022-08-05 14:28:52 -07:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
health Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
internal fix(kafka): ConsumeClaim should not return err when retry recovery failed (#1965) 2022-08-12 19:16:02 -07:00
lock Update code to reflect renaming on UnlockResponse.Status (#1958) 2022-08-12 17:49:48 -07:00
metadata Make metadata keys uniform for Azure Storage components (#1837) 2022-07-01 12:05:11 -07:00
middleware Removing the use of the ioutil package And Fix CVE-2021-42576 (#1954) 2022-08-10 13:45:00 -07:00
nameresolution Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
pubsub pubsub.in-memory: add support for wildcard topics (#1966) 2022-08-12 17:13:47 -07:00
secretstores Removing the use of the ioutil package And Fix CVE-2021-42576 (#1954) 2022-08-10 13:45:00 -07:00
state Removing the use of the ioutil package And Fix CVE-2021-42576 (#1954) 2022-08-10 13:45:00 -07:00
tests Allow metadata to flow through service bus queue (#1911) 2022-08-15 17:31:14 -07:00
.codecov.yaml Updated codecov Action to v3 and reduce email spam (#1936) 2022-08-04 17:28:54 -07:00
.gitignore Add certification test for kafka bindings component (#1758) 2022-05-31 17:15:37 -07:00
.golangci.yml make linter timeout 15 min (#1931) 2022-08-04 15:51:40 -07:00
CODEOWNERS Update CODEOWNERS (#987) 2021-07-08 22:19:32 -07:00
CONTRIBUTING.md Add DCO requirements and updated code of conduct (#1395) 2022-01-04 09:40:04 -08:00
LICENSE update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
Makefile Updated to Go 1.18 (#1697) 2022-05-06 13:44:45 -07:00
Readme.md Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod pubsub.in-memory: add support for wildcard topics (#1966) 2022-08-12 17:13:47 -07:00
go.sum pubsub.in-memory: add support for wildcard topics (#1966) 2022-08-12 17:13:47 -07:00

Readme.md

Components Contrib

Build Status Discord License: Apache 2.0 FOSSA Status

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