In dubbo.properties, `dubbo.service.shutdown.wait` is used for config wait timeout of graceful shutdown. So we can use `dubbo:parameter` of `dubbo:service` to pass a timeout value to `DubboProtocal` to overide the value of `dubbo.service.shutdown.wait`
However a static field `wait` is added into `DubboProtocal`, I can't find a more elegance way to implement it. #2375 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/1814 ] This message was relayed via gitbox.apache.org for [email protected]
