-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
P1kind/bugSomething isn't workingSomething isn't workingtriaged/resolvedItems triaged and readyItems triaged and ready
Milestone
Description
Expected Behavior
When Http-Headers are give to method invokeMethod
of class DaprClient
these headers should be sent along with the request.
Actual Behavior
It seems that the metadata is ignored when sending request. In AbstractClient
line 115
see. There the given matadata is ignored. In DaprClientHttp
line 211
see there are added additional headers to the request, but they come from the HttpExtension
object.
Steps to Reproduce the Problem
- invoke a service over http while giving a
Map<String,String>
to the metadata parameter - the invoked service won't get these Headers
Metadata
Metadata
Assignees
Labels
P1kind/bugSomething isn't workingSomething isn't workingtriaged/resolvedItems triaged and readyItems triaged and ready