docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
**What content needs to be created or modified?** The `redisHost` field description should clarify that comma-separated addresses also work for Redis Sentinel mode (not just cluster mode). Additionally, add a...
**Describe the issue** Doc for redis stream pubsub specifies readTimeout defaults to 3s. It actually defaults to 0 -- meaning blocking read. **URL of the docs** https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-redis-pubsub/ **Expected content** It...
**What content needs to be created or modified?** The Dapr documentation lacks guidance on estimating the required storage size for the Scheduler service's embedded etcd database, leading to issues where...
## What content needs to be created or modified? The existing Jaeger tracing documentation (`open-telemetry-collector-jaeger.md`) is outdated, focusing on Jaeger V1 and a separate OpenTelemetry Collector. It needs to be...
**Describe the issue** Currently the [state-store docs](https://docs.dapr.io/reference/components-reference/supported-state-stores/) states that Redis supports workflows However, in the [Quick Start](https://docs.dapr.io/getting-started/quickstarts/workflow-quickstart/#:~:text=Redis%20is%20currently%20used%20as%20the%20state%20store,a%20look%20at%20the%20Dapr%20Workflow%20building%20block.) states that Redis should not be used in production due to the lack...
**Describe the issue** Under the Setup Redis section, The commands for setup on Kubernetes do not work. ``` helm repo add bitnami https://charts.bitnami.com/bitnami helm install redis bitnami/redis ``` As per...
**What content needs to be created or modified?** Setting the `dapr.io/scheduler-host-address` annotation is not recommended for most apps as the scheduler should connect to all daprd processes by default allowing...
**What content needs to be created or modified?** Python tab is missing in the workflow features page **Describe the solution you'd like** Python is added as a code snippet option...
**Describe the issue** Wrong example ```shell curl -d '{ "operation": "create", "data": "Hello World", "metadata": { "fileName": "my-test-file.txt" } }' \ http://localhost:/v1.0/bindings/ ``` **URL of the docs** ](https://docs.dapr.io/reference/components-reference/supported-bindings/s3/) **Expected content**...
## What content needs to be created or modified? Documentation is missing guidance for the `dapr.io/scheduler-host-address` annotation. In environments with 100+ sidecar pods, all sidecars connecting to the scheduler by...