apache / apache/dubbo-admin

CompletableFuture API err: System Error, please try again later! Message:dubbo 2.6 does not support metadata

Open
#904 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
4.1k
Forks
2.2k
Avg merge
10d 12h
Merged PRs (30d)
4

Description

- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [REAMDE](https://github.com/apache/dubbo-admin/blob/develop/README.md) of this repository and believe that this is not a duplicate.

### Environment

* Dubbo Admin version: recent
* Operating System version: mac
* Java version: 1.8

### Steps to reproduce this issue

define api:
```java

public interface HelloService {

CompletableFuture sayHelloAsync(String name);
}

```

then run server:
![image](https://user-images.githubusercontent.com/36124626/172060271-d195fe03-66b3-47a9-891c-082be702dcca.png)

`System Error, please try again later! Message:dubbo 2.6 does not support metadata `

### Expected Result

What do you expected from the above steps?

### Actual Result

What actually happens?

If there is an exception, please attach the exception trace:

```
Just put your stack trace here!
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the CompletableFuture service example with Dubbo 2.6 and inspect the metadata-related error path. The issue provides no source file or test location; done should mean the reported compatibility failure is resolved or its supported-version behavior is clearly verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.