Community driven, reusable components for distributed apps
Go to file
Christian Kaps 83803f575d
Implement bindings for the Zeebe workflow engine (#806)
* Implement bindings for the Zeebe workflow engine

* Fix PR suggestion regarding error handling

* Refactor cancel_instance test to not use a mocking library

* Refactor all tests to not use a mocking library

* Use error vars

* Fix linting error regarding ineffective error assignment

* Check for mandatory jobType

* Remove double method call

* Fix suggestion regarding mock client instantiation

* Check if either bpmnProcessId or workflowKey is given for workflow instantiation

* Changed logger module to dapr/kit. Misc tweaks.

* Fix go.mod

* Fixing some lint errors

* Ignoring linter false positive

Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
2021-04-28 17:23:11 -07:00
.github Automerge in contrib. (#849) 2021-04-28 16:12:21 -07:00
authentication change headers (#679) 2021-02-09 18:57:55 -08:00
bindings Implement bindings for the Zeebe workflow engine (#806) 2021-04-28 17:23:11 -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/config Refactored conformance tests to use a new config package (#712) 2021-03-01 13:03:39 -08:00
metadata Implement bindings for the Zeebe workflow engine (#806) 2021-04-28 17:23:11 -07:00
middleware Removed dependency on dapr/dapr in favor of dapr/kit. Fixed go mod dependencies afterwards. Go 1.16 in go.mod. Removed accidental log dependency. (#807) 2021-04-19 12:06:10 -07:00
nameresolution Consul nameresolution component (#750) 2021-04-21 13:26:29 -04:00
pubsub add redis cluter mode for pubsub (#823) 2021-04-21 11:33:30 -07:00
secretstores Fixed bug where default vaultaddr is never used. (#791) 2021-04-28 12:23:17 -07:00
state optimze(state/redis): output detail redis error (#825) 2021-04-21 10:43:05 -07:00
tests pubsub conformance tests: Use a single timer for the duration of the subscribe wait loop 2021-04-22 13:35:45 -04: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 Add initial set of conformance tests (#586) 2021-01-20 12:09:51 -08: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 (#658) 2021-02-03 12:28:38 -08:00
go.mod Implement bindings for the Zeebe workflow engine (#806) 2021-04-28 17:23:11 -07:00
go.sum Implement bindings for the Zeebe workflow engine (#806) 2021-04-28 17:23:11 -07:00

Readme.md

Components Contrib

Go Report Card 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