Closed danielbichuetti closed 1 year ago
We already have this in Python for 2 years. https://github.com/dapr/python-sdk/pull/266
You should be able to use exactly what you suggested. I'll close this issue because it is already implemented. Feel free to leave a comment however and I'll see the comment.
And of course we'd welcome PRs to update our samples or docs.
It would be nice if the Python SDK implements the
priority
parameter in theRule
class. It's used by the pub/sub routing mechanism.Currently, .NET and GO SDKs implement it.