apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.44k stars 2.93k forks source link

[BUG] serviceBean.getTimeout() is null #2197

Closed monedory closed 2 years ago

monedory commented 3 years ago

Is there an existing issue for this?

Current Behavior

I had config the dubbo.provider.timeout,and it allready was effective in dubbo admin. but when ShenyuDubboClient is registered,serviceBean.getTimeout() is null image

Expected Behavior

rpcExt use dubbo.provider.timeout config

Steps To Reproduce

No response

Environment

ShenYu version(s):

Debug logs

No response

Anything else?

No response

yu199195 commented 3 years ago

can you config it? in dubbo service

monedory commented 3 years ago

can you config it? in dubbo service

yes, dubbo had read the config - dubbo.provider.timeout successfully

yu199195 commented 3 years ago

maybe config timeout in interface, not dubbo.provider~