Bernd Verst

Results 40 issues of Bernd Verst

Please add the instagram icon and other relevant platforms to your iconfont

Add support for actor reentrancy as per https://github.com/dapr/dapr/issues/2901 Other SDK implementations: https://github.com/dapr/dotnet-sdk/pull/708/files https://github.com/dapr/python-sdk/pull/219/files

enhancement
area/actor
enhancement-runtime-dependency

Needs to implement support for setting the Actor Reminder partition count which is part of the Actor Runtime Config. Dapr/Dapr reference PR: https://github.com/dapr/dapr/pull/3297 Existing SDK implementations: https://github.com/dapr/python-sdk/pull/236 https://github.com/dapr/dotnet-sdk/pull/712

enhancement
area/actor

## Describe the proposal In order to avoid downtime per #807 we need to be able to export the private key / root password for the auto-generated TLS certificate bundle....

area/cli
P1
size/S
triaged/resolved

Mark state store components as Beta that were missed in 1.6 and 1.7 :( - Cassandra State Store - CockroachDB State Store

The EventHubs components should be refactored to use the Azure SDK for Go (Track 2 SDK) https://github.com/Azure/azure-sdk-for-go/tree/sdk/messaging/azeventhubs/v0.1.1/sdk/messaging/azeventhubs (Check for a newer version when working on this issue) As part of...

kind/enhancement

# Description Adds support for Redis 7 via `redisVersion` metadata in all redis components When setting `redisVersion` to `7` / `v7` or greater the new Redis Go SDK v9 will...

## Describe the proposal This is a proposal to capture and require component metadata information to be provided alongside each component in a structured manner according to a defined schema....

kind/enhancement
P1
size/L
triaged/resolved

Signed-off-by: Bernd Verst # 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...

Signed-off-by: Bernd Verst # Description Add test cases for nil / empty string state store conformance.