Bernd Verst
Bernd Verst
Signed-off-by: Bernd Verst # Description Pin latest dapr/contrib again. ``` go: upgraded github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.0 => v1.1.3 go: upgraded github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig v0.4.0 => v0.4.1-0.20220914204640-4d445978fe75 go: upgraded github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.7.1 => v0.10.1 go: upgraded...
# Description Allows cloud event extensions and custom attributes to be sent over gRPC via the TopicEventRequest. The full Cloud Event types cannot be retained - namely the two URL...
# Proposal - New Building Block: DocumentStore ### Background: As one of the maintainers of components-contrib it is very apparent that some state stores and their respective use cases are...
Document new jetstream metadata options Target: 1.10 PR: https://github.com/dapr/components-contrib/pull/2180
Signed-off-by: Bernd Verst # Description Relaxes the `grpcio` requirement as per #479 which is already in release 1.8.2.
At the time of the EventGrid component creation there was no Go SDK for it. We had to use an ARM Management SDK, and only delivery via a public endpoint...
This request is similar to the existing Azure Postgres state store support. https://github.com/dapr/components-contrib/pull/2970 AAD auth needs to be supported by fetching an AAD token and using it as the password,...
For AWS certification infrastructure we may have dangling resources if the test fails before cleanup. We should run a daily task to delete all old resources - this can be...
**What:** The runtime should be self-aware of its memory consumption and gracefully pause or refuse additional requests. **Why:** This is to avoid the sidecar container from being killed due to...
This is a proposal to add a new mechanism for configuring Middlewares, directly from the component YAML **instead of the Configuration CRD**. Each middleware would support the optional `priority` property...