components-contrib
components-contrib copied to clipboard
Community driven, reusable components for distributed apps
# Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
Also bumps the sdk to 1.36.6 # Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where...
## In what area(s)? /area operator /area docs ## Ask your question here Dapr currently supports HashiCorp Vault as a secrets store provider. I’m interested in contributing to Dapr to...
## Describe the feature Security policy requires rotating the Pulsar OAuth2 client secret (not just the token) via a file path. The current [Pulsar Go client](https://github.com/apache/pulsar-client-go) loads this file only...
## Describe the feature As was done with Kafka, add support on top of the [existing Redis component](https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/) for: - OIDC authentication method - mTLS Including the following - Support...
## Describe the feature Test Valkey support via Dapr Redis component for supportability on versions: * Tests on ValKey 8.0.2 first (and 9.0.0) * Updating official documentation as required. ##...
## Describe the feature Add a new name resolution method: structuredformat Service invocation can be configured with just a simple text-based configuration. When a service outside the cluster needs to...
## Expected Behavior On a stable environment, when using non-blocking reads in redis pubsub, I would not expect to see any errors from sidecar. ## Actual Behavior When using non-blocking...
## Expected Behavior https://github.com/dapr/components-contrib/issues/3992#issue-3358252196 if configuration says persistent session then subscriber-dapr (sidecar) shd not wait for app to re-subscribe but shd use earlier subscription from its local persistence ## Actual...
[Starting with 3.12, the x-queue-mode=lazy argument is ignored.](https://www.rabbitmq.com/blog/2023/05/17/rabbitmq-3.12-performance-improvements#classic-queues-changes-to-the-lazy-mode) Which RabbitMQ versions are meant to be supported? Could this line be removed https://github.com/dapr/components-contrib/blob/2390f7a9df09582f581b5258f97c68cdfc00f408/pubsub/rabbitmq/rabbitmq.go#L395 Or could some extra control flow be added,...