quickstarts
quickstarts copied to clipboard
Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
# 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...
## 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...
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...
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
All quickstarts and tutorials should also be automatically validated on WIndows (but not on Windows containers).
Today, Resiliency quickstart is not automated. Add it to the validation workflows.
Podman installation on MacOS is proving to the flaky, although more consistent than Docker installation, it can still be improved.
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...
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...