docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
Please add more details about how operator manages component updates in this doc. e.g. How does sidecar connect to operator? Does sidecar periodically query operator for updates, if so, how...
## Describe the proposal This is the issue to track the [Gitter conversation](https://gitter.im/Dapr/community?at=5dab95a50ac62f4acda2873b) A user wants to know how to run integration test against Dapr user apps when he has...
We have this article on using HTTP to call to Dapr https://docs.dapr.io/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services/ We also have this article to configure Dapr to *receive* gRPC calls We do not have an article...
https://github.com/marketplace/actions/algolia-crawler-automatic-crawl Instead of refreshing the index as part of a daily crawl we can update it after every rebuild and deployment.
## What content needs to be created or modified? Alibaba Cloud Kafka service Pub/Sub support. (confluent kafka) Additional context dapr/components-contrib#968
When running Dapr in a self-hosted environment such as IoT Edge, it's beneficial for users to know how to install and upgrade the following system components: 1. Sentry for mTLS...
**Describe the issue** When running the powershell command to install Dapr CLI, you get an error "iwr : The request was aborted: Could not create SSL/TLS secure channel." **URL of...
I created a K8s cluster that did not have RBAC enabled and the dapr-sidecar-injector was in an infinite (CrashLoopBackOff) loop. The documentation states Dapr will work in any cluster. That...
There are several useful conceptual docs in the Reliable Actors docs here https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-introduction that an be moved over to the Dapr conceptual Actor docs here https://github.com/dapr/docs/tree/master/concepts/actors (removing the C# and...
**What content needs to be created or modified?** The example for the "How to Reference Secrets in Components in https://docs.dapr.io/operations/components/component-secrets/ needs to be expanded to cover a common, but weird,...