Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 380 Bytes

File metadata and controls

16 lines (12 loc) · 380 Bytes

dapr.ext.grpc

gRPC AppCallback server framework for Dapr Python SDK applications. Provides decorator-based registration for service invocation, pub/sub, bindings, jobs, and health checks.

pip install "dapr[grpc]"
from dapr.ext.grpc import App

See the root README for migration steps from the legacy dapr-ext-grpc distribution.