components-contrib icon indicating copy to clipboard operation
components-contrib copied to clipboard

Community driven, reusable components for distributed apps

Results 429 components-contrib issues
Sort by recently updated
recently updated
newest added

```shell === RUN TestAuthentication === RUN TestAuthentication/Valid_jwt_and_valid_seed err: nats: no servers available for connection authentication_test.go:56: Did not expect error during connect nats: no servers available for connection === RUN TestAuthentication/Valid_jwt_and_invalid_seed...

## Expected Behavior rocketmq pubsub publish message work and consumer only get one every time. ## Actual Behavior publish: it error when publish message,but i can get many message(size of...

kind/bug

It seems that errors in the parallel mode cannot be caught: https://github.com/dapr/components-contrib/blob/v1.6.0/pubsub/rabbitmq/rabbitmq.go#L423 Based on https://github.com/dapr/components-contrib/pull/576

# Description PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code implementing Distributed Lock component...

Signed-off-by: Xingru # Description For aws sqs pubsub component, when adding a new statement, add it to an array of sns arns instead of add a new statement to avoid...

autoupdate

Signed-off-by: helbing # Description fix RocketMQ pubsub metadata properties ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have...

autoupdate

# Description Provide a file based naming resolver to replace mDNS so that dapr can address each other either on the same host or via shared file system, which would...

stale

Signed-off-by: Amulya Varote # Description Added conformance tests for rabbitmq bindings ## Issue reference We strive to have all PR being opened based on an issue, where the problem or...

## Describe the proposal Similar to how we have conformance tests, where a single set of tests validate functionality against common behavior of components, there should also be performance tests...

P1
Epic
size/L
triaged/resolved
pinned

Hello, I have created a piece of Dapr Middleware which I am trying to test with a running Dapr system. Each time I run Dapr I get the same error...