dapr / dapr/java-sdk

Why can't inter service calls pass through headers?

Open
#662 1 comment 0 reactions 0 assignees View on GitHub
good first issue kind/bug P1 size/XS triaged/resolved
Dominant language
Java
Stars
300
Forks
230
Avg merge
1d 20h
Merged PRs (30d)
4

Description

## Ask your question here
![image](https://user-images.githubusercontent.com/44791098/144347688-731f9426-93db-417c-8f54-6429864288df.png)

```java
Map map = new HashMap<>(2);
map.put("aaa", "96969");
HttpExtension httpExtension = new HttpExtension(DaprHttp.HttpMethods.GET, null, map);
byte[] s =
daprClient
.invokeMethod(appId, "api/v1/test", "", httpExtension, map, TypeRef.BYTE_ARRAY)
.block();
```

throw new UnsupportedOperationException();

Is it the calling problem of my code or the original design

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.