rust-sdk
rust-sdk copied to clipboard
Using invoke for HTTP endpoints not possible yet?
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 through the protobuf source and the generated code seems to indicate that the support is there? But the invoke method doesn't provide any customization point to call using HTTP and defaults GRPC.
Sorry if this is silly, I only have basic knowledge of protobuf.
Also, the protobuf doesn't seem to indicate I can pass in headers as well....? What?
#85 This PR may help.
Closing for the time being, let us know if you need any further help