Skip to content

Given Metadata is ignored on Htttp Service invocation #744

@tillganster

Description

@tillganster

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions