dapr/rust-sdk

Using invoke for HTTP endpoints not possible yet?

hbina opened this issue · 3 comments

hbina commented

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.

hbina commented

Also, the protobuf doesn't seem to indicate I can pass in headers as well....? What?

#85 This PR may help.