microsoft / durabletask-python

A Durable Task Python SDK compatible with Dapr Workflow and its underlying Durable Task engine
MIT License
13 stars 6 forks source link

Add metadata option to intercept grpc channel #16

Closed DeepanshuA closed 9 months ago

DeepanshuA commented 9 months ago

This PR adds option to pass a metadata to be used to intercept grpc channel. This can be used to pass API Token kind of information.