python-sdk
python-sdk copied to clipboard
Dapr SDK for Python
## Expected Behavior Followed steps here: https://github.com/dapr/python-sdk#developing Except that after step 1 I used `code .` to open the checkout in VSCode and then when prompted, opened in a devcontainer...
## Expected Behavior SDK should provide a support for Sidecar Metadata APIs (HTTP and gRPC)- 1. Get Metadata 2. Set Metadata ## Actual Behavior It does not support Metadata APIs...
## Describe the proposal Ref https://github.com/dapr/dapr/issues/2864 ## Release Note RELEASE NOTE: **ADD** support domain socket.
When subscribing using wildcards ("+" or "#" relevant for MQTT), the actual topic is not known by the subscribing topic method. This could be useful in many cases, for instance...
Adding disable_topic_validation=True to pusub subscription raises ValueError when adding multiple subscriptions. Looks like the issue is that the topic map key in this case will only use the pubsub identifier...
# Description Actors Pubsub let actors be able to subscribe to a specific pubsub topic and receive events. Added Pubsub Actor configuration support to the ActorRuntimeConfiguration and example on how...
## Describe the proposal Change the configuration API response to handle dictionary. Main issue in dapr/dapr in pasted here. https://github.com/dapr/dapr/issues/4556
**Describe the issue** https://github.com/dapr/python-sdk/blob/e89ac58f531f05ad4b47d46c1ccfcd4682c94573/ext/dapr-ext-grpc/dapr/ext/grpc/_servicier.py#L187-L194 Not all metadata is copied from context to CloudEvent. This prevents you from accessing potentially relevant information the original message would've given. **Expected Behaviour** All data...
# Description When https://github.com/dapr/dapr/pull/4695 merged, I will test the PR, then it should be reviewed by someone. the PR can be merged after that https://github.com/dapr/dapr/pull/4695 is merged. ## Issue reference...
**Describe the issue** https://docs.dapr.io/developing-applications/sdks/python/python-client/#publish--subscribe-to-messages lists Server information under Client making it unclear what is required in the code. Personally, I believe that DaprClient and DaprServer should be entirely isolated to...