apache/dubbo

dubbo rest协议 消费端如何能像dubbo协议一样 抛出服务端异常

Open

#7,246 opened on Feb 23, 2021

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Java (26,453 forks)batch import
help wanted

Repository metrics

Stars
 (41,524 stars)
PR merge metrics
 (Avg merge 7d 14h) (20 merged PRs in 30d)

Description

public User getUser(String userName) throws Exception;

如何在服务端有异常时能透传到调用端

Contributor guide