Community driven, reusable components for distributed apps
Go to file
light-pan ea55aea8c3
Support configuring broker version in Kafka bindings component (#1459)
* Update kafka.go

Support configuring broker version in Kafka bindings component

Signed-off-by: panxiangyue <panxiangyue@corp-ci.com>
Signed-off-by: light-pan <373465009@qq.com>

* Update kafka_test.go

kafka binding add version test

Signed-off-by: panxiangyue <panxiangyue@corp-ci.com>
Signed-off-by: light-pan <373465009@qq.com>

* Update kafka.go

gofumpt check

Co-Authored-By: light-pan <21969903+light-pan@users.noreply.github.com>
Signed-off-by: light-pan <373465009@qq.com>

Co-authored-by: light-pan <21969903+light-pan@users.noreply.github.com>
Co-authored-by: Taction <zchao9100@gmail.com>
2022-01-31 09:08:34 -08:00
.devcontainer update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
.github Certification tests for Azure Blob Storage Binding (#1435) 2022-01-13 18:06:39 -08:00
authentication update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
bindings Support configuring broker version in Kafka bindings component (#1459) 2022-01-31 09:08:34 -08:00
configuration Fix: add configuration unsubscribe api (#1440) 2022-01-20 22:18:57 -08:00
contenttype update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
docs Add make modtidy-all action (#1308) 2021-11-18 17:02:18 -08:00
internal/component/redis update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
metadata update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
middleware Fix not setting status code in nethttpadaptor on response (#1429) 2022-01-13 07:31:29 -08:00
nameresolution update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
pubsub Added ContentType to pubsub/binding/state request-response (#1376) 2022-01-28 10:17:04 -08:00
secretstores Add AlibabaCloud OOS Parameter Store as a secret component (#1402) 2022-01-13 09:56:44 -08:00
state Added ContentType to pubsub/binding/state request-response (#1376) 2022-01-28 10:17:04 -08:00
tests pubsub jetstream: add nkey based authentication (#1441) 2022-01-25 21:11:50 -08:00
.codecov.yaml Add CodeCov GitHub Action (#467) 2020-09-22 12:57:00 -07:00
.gitignore Ignore go.work for Go 1.18 Workspaces (#1324) 2021-11-29 13:06:48 -08:00
.golangci.yml ci: standard linter config (#1102) 2021-09-21 15:21:59 -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 use the latest dapr/dapr in pubsub cert tests (#1416) 2022-01-06 13:29:46 -08:00
Readme.md update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
SECURITY.md Add SECURITY.md (#1027) 2021-07-30 11:49:56 -07:00
go.mod pubsub jetstream: add nkey based authentication (#1441) 2022-01-25 21:11:50 -08:00
go.sum Add AlibabaCloud OOS Parameter Store as a secret component (#1402) 2022-01-13 09:56:44 -08:00

Readme.md

Components Contrib

Build Status Discord License: Apache 2.0

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