mirror of https://github.com/dapr/docs.git
|
||
---|---|---|
.. | ||
authorization-with-oauth | ||
autoscale-with-keda | ||
configure-mtls | ||
consume-topic | ||
control-concurrency | ||
create-grpc-app | ||
create-stateful-service | ||
diagnose-with-tracing | ||
intellij-debugging-daprd | ||
invoke-and-discover-services | ||
publish-topic | ||
query-state-store | ||
send-events-with-output-bindings | ||
serialize | ||
setup-pub-sub-message-broker | ||
setup-secret-store | ||
setup-state-store | ||
stateful-replicated-service | ||
trigger-app-with-input-binding | ||
vscode-debugging-daprd | ||
README.md |
README.md
How Tos
Here you'll find a list of How To guides that walk you through accomplishing specific tasks.
Service invocation
- Invoke other services in your cluster or environment
- Create a gRPC enabled app, and invoke Dapr over gRPC
State Management
- Setup Dapr state store
- Create a service that performs stateful CRUD operations
- Query the underlying state store
- Create a stateful, replicated service with different consistency/concurrency levels
- Control your app's throttling using rate limiting features
Pub/Sub
- Setup Dapr Pub/Sub
- Use Pub/Sub to publish messages to a given topic
- Use Pub/Sub to consume events from a topic
Resources Bindings
- Trigger a service from different resources with input bindings
- Invoke different resources using output bindings