mirror of https://github.com/dapr/docs.git
3.1 KiB
3.1 KiB
How Tos
Here you'll find a list of How To guides that walk you through accomplishing specific tasks.
Contents
- Service invocation
- State Management
- Pub/Sub
- Bindings and Triggers
- Actors
- Observerability
- Security
- Components
- Developer Tooling
- Infrastructure integration
Service invocation
- Invoke other services in your cluster or environment
- Create a gRPC enabled app, and invoke Dapr over gRPC
Middleware
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
- Configuring Redis for state management
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
- Configuring Redis for pub/sub
Bindings and Triggers
- Implementing a new binding
- Trigger a service from different resources with input bindings
- Invoke different resources using output bindings
Actors
For Actors How Tos see the SDK documentation
Observerability
Distributed Tracing
Security
Mutual Transport Layer Security (TLS)
Secrets
- Configure component secrets using Dapr secret stores
- Using the Secrets API to get application secrets