quickstarts icon indicating copy to clipboard operation
quickstarts copied to clipboard

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities

Results 100 quickstarts issues
Sort by recently updated
recently updated
newest added

# Problem The [quick start for configuration block in javascript](https://github.com/dapr/quickstarts/blob/dfde545821683f794faedaa895fbab863df3e3a4/configuration/javascript/sdk/order-processor/index.js#L3) incorrectly says that only GRPC is supported, however the [js SDK has an HTTP example](https://github.com/dapr/js-sdk/blob/main/examples/configuration/src/index.ts). # Task Assuming the sdk...

## Ask your question here Why order processor workflow failed in kubernete environment? I follow this https://github.com/dapr/quickstarts/tree/master/workflows/csharp/sdk quickstart, package this code to docker image, and then deploy it in k8s...

area/workflow

## Expected Behavior Configuration quickstart for C# shows the unsubscribe message: `== APP == App unsubscribed from config changes` ## Actual Behavior Sometimes it fails: https://github.com/dapr/quickstarts/actions/runs/4129504957/jobs/7135175825 ## Steps to Reproduce...

P1
area/configuration

MacOs matrix tests are still failing even with pinned podman per #863 Need to try more approaches. Meanwhile note that these MacOs tests are disabled, and need to be re-enabled...

P1

Most Quickstarts work with Podman, but not all (see https://github.com/dapr/quickstarts/issues/789). After #789, change all remaining quickstarts's text to have Podman as a supported option. Depends on #789

P2

All quickstarts and tutorials should also be automatically validated on WIndows (but not on Windows containers).

P2
build

Today, Resiliency quickstart is not automated. Add it to the validation workflows.

P1

Podman installation on MacOS is proving to the flaky, although more consistent than Docker installation, it can still be improved.

P2

There are four runners assigned to the organization which appear to be in idle as Quickstarts run. This is a problem, because we see Quickstarts Actions workflows are exhausting the...

P2
build

Both, Bindings and Configuration quickstarts, refer to Docker CLI commands and do not allow our automation to switch to Podman. It is OK if the pre-reqs mention both but we...

P2
area/bindings
area/configuration