提供者如何获得由用户设置的dubbo超时

时间:2019-07-02 06:30:24

标签: apache-dubbo

下面的代码将始终返回默认值2000。

实际上,我在RpcContext.getUrl()中找不到字段'timeout'。但是类TimeoutFilter具有相同的代码,这是一个错误吗?

int timeout = RpcContext.getContext().getUrl().getMethodParameter(RpcContext.getContext().getMethodName(),
                "timeout", 2000);

0 个答案:

没有答案