rust-sdk
rust-sdk copied to clipboard
Dapr SDK for Rust - Alpha
**Steps:** 1- I opened a DAPR app on a given grpc port. The console shows that the Dapr is up and running. 2- Start the subscriber example in the elevated...
Hey there. I considered starting work on a Dapr SDK, but was positively surprised to see an official one already in the works. Could you update the README with some...
error: failed to run custom build command for `dapr v0.5.0` Caused by: process didn't exit successfully: error: the 'rustfmt' component which provides the command 'rustfmt' is not available for the...
I made a proof of concept of a possible implementation of the Actor API. This is my first ever open source contribution and I'm also fairly new to rust. I'm...
Will it be supported?
Main issue: https://github.com/dapr/dapr/issues/4236 Please refer to the parent issue to help with fixing existing issues with bad licenses. This is required for Dapr to be compliant with CNCF guidelines, so...
I am trying to call some HTTP methods between 2 microservices set up using DAPR and I can't seem to figure out the way? Is it not possible yet? Glancing...
Per work items below, the syntax of the state query JSON has been slightly changed, to make it more intuitive: https://github.com/dapr/components-contrib/issues/1490 https://github.com/dapr/components-contrib/pull/1491 https://github.com/dapr/components-contrib/pull/1500 https://github.com/dapr/docs/pull/2195 Please validate this change in the...
Hi, I'm not very good with rust yet so I am happy to receive any feedback. I mostly copied the other example and made some small changes to make the...
It appears as if some of the example docs were copied from the python example. This change simply updates the name of the DAPR app in the example