Shubham Sharma
Shubham Sharma
## Describe the proposal Refactoring task: Create an interface for container runtime, and have implementations for Docker and Podman. In future if there is a new addition to container runtime,...
## Describe the proposal Dapr CLI supports two container runtimes, Docker and Podman. For Podman to work, the fully qualified names for the container registries are required. See https://unix.stackexchange.com/questions/701784/podman-no-longer-searches-dockerhub-error-short-name-did-not-resolve-to-an When...
## Describe the proposal Today Windows E2E tests run in slim mode because of our limitation to use Docker containers in Windows GH runner. This is an issue to investigate...
## Describe the proposal This proposal derives from https://github.com/dapr/components-contrib/issues/1859, and the objective is to verify the locally installed linter's version matches that of the GitHub action. Refer https://github.com/dapr/components-contrib/pull/1861 ## Release...
## Describe the feature Add quickstarts to demonstrate the bulk pub/sub APIs introduced in dapr/dapr#2218.
### Feature Request Currently the ReceiveEventsOptions is kept empty, for future expansion. https://github.com/Azure/azure-sdk-for-go/blob/06734c5c5ab728ffcbc4df605bc57d20a93e572e/sdk/messaging/azeventhubs/partition_client.go#L67-L70 This proposal is to add a prefetch option to allow EH to pull more messages at once...
Main issue: https://github.com/dapr/dapr/issues/4236 Please refer to the parent issue to help with fixing existing issues with bad licenses. This is required for Dapr to be compliant with CNCF guidelines, so...
## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## Describe the feature The gRPC proto supports passing options to the...
**Describe the bug** In the actor state store, `Get`/`Contains` return invalid data after saving a state with `SetWithTTL` and waiting for TTL time. `t.GetStateManager().SetWithTTL` introduced by #383 is able to...
We are evaluating some scenarios where users want to get response back from output binding executions. ## Background Let's specifically look at the following scenario with [daprInvoke](https://github.com/Azure/azure-functions-dapr-extension/blob/master/docs/output-bindings.md#service-invocation-output-binding) output binding. |...