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...
We move files from Azure object store to PV for processing and there are more then 100+ files (ranging from 15 to 30GB) to be transferred daily. Dapr supports one...
## Describe the feature Kafka has a few per-call metadata fields already, for message headers and partition keys. As is done with `partitionKey` (key attribute), the request is to add...
The issue tracks the change for the component YAML schema from dapr.io/v1alpha1 to dapr.io/v1.
## Describe the feature Currently, the HashiCorp Vault secret store component does not support authentication via the Kubernetes Auth Method. Supporting this feature would allow Dapr users to securely authenticate...
## Describe the feature Components outstanding are (with work size estimate): - [x] (Common) Kafka aws path - L Deprioritised: - [ ] Bindings.s3 - L - #3910 - [...
## Describe the feature For the AWS Secrets Manager component as stable, since it is being used in production and has much traction in the community. ## Release Note RELEASE...
# Description This PR aims to tie the dots and connect some of the repos a bit better with call outs to share contributions/components on community calls, blogs, etc. ##...
Currently, the MQTT binding in Dapr only acknowledges (mqttMsg.Ack()) messages after successful processing by the handler. This behavior can lead to repeated message delivery by the broker when the handler...
## Ask your question here Hello! I'm trying to use a [headers exchange](https://www.rabbitmq.com/tutorials/amqp-concepts#exchange-headers) with Rabbit MQ but am not able to achieve it. I route my message from exchange to...