docs
docs copied to clipboard
Dapr user documentation, used to build docs.dapr.io
This issue needs additional code examples https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-cloudevents/ This is also related issue that needs updating at the same time https://github.com/dapr/docs/issues/3677
**Describe the bug** Currently the docs site uses this notation for sending custom events: ```js ga('send', 'event', 'Tabs', 'Clicked', 'How-To: Save and get state - tabs-3-go')` ``` Example: ```html Go...
Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - [X] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) In...
**What content needs to be created or modified?** The current content for App Health Checks does not provide a description for the defined behavior of App Health Checks for applications...
**What content needs to be created or modified?** There are a great many routes that are automatically created by the various SDKs into an application. It'd be nice to get...
**What content needs to be created or modified?** Show use examples in multiple languages of how we can call the dapr component. FOr me specifically using c#. From your documentation...
Is the application missing dapr yaml file ? How to make this app work with production database and rabbitmq ?
**What content needs to be created or modified?** [MySQL & MariaDB binding](https://docs.dapr.io/reference/components-reference/supported-bindings/mysql/) Add `spec.metadata.pemContents` to the component format as follows. ```yaml apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: spec: type: bindings.mysql...
**Describe the issue** I was trying out the quickstart sample at https://github.com/dapr/quickstarts/tree/master/pub_sub/java/sdk and I was trying to get more logging from the dapr runtime (daprd). I searched for how to...
