dapr
dapr copied to clipboard
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
# Description Note that this is essentially a duplicate of https://github.com/dapr/dapr/pull/4986 but with additional changes since the branch was very far behind and needed to be updated with recent changes...
# Description This is the initial gRPC implementation for workflow building block. Subsequent PRs will address doc and test - Added proto ffor workflow start,terminate,get - Implementation of gRPC API...
Signed-off-by: akhilac1 # Description ## Issue reference Please reference the issue this PR will close: #4551 ## Checklist Please make sure you've completed the relevant tasks for this PR, out...
# Description Dynamic loading of components can be achieved for standalone mode by adding a cli argument `--dynamic-components-path`. This is the directory which will be monitored for file system events,...
This is the proposal for Dapr workflow SDKs organization. We have two different set of APIs. They are, Dapr workflow management APIs and Dapr workflow authoring APIs. The proposal is...
## In what area(s)? /area runtime ## What version of Dapr? python dapr-ext-grpc 1.7 ## Expected Behavior When an exception occurs in my code grpc service, I want the result...
Signed-off-by: Mukundan Sundararajan # Description create initial implementation for bulk pubsub HTTP API ## Normal publish HTTP : `http://localhost:3500/v1.0/publish/kafka-pubsub/topic1` ### Request Body: ``` { "specversion" : "1.0", "type" : "xml.message",...
# Description Distinguish between retrialable and non-retriable errors when publishing messages with pubsub ## Issue reference Please reference the issue this PR will close: #5136 ## Checklist Please make sure...
## In what area(s)? > /area runtime ## Describe the feature Only keep the trace sdk and metric sdk in the Opentelemetry API, and standardize the observability report. First we...
# Description initial gRPC bulkPublish change. without E2E to be merged after https://github.com/dapr/dapr/pull/5127 is merged. ## Issue reference related to #2218 ## Checklist Please make sure you've completed the relevant...