@carryxyh we talk about use extension. your opinion is not necessary , why dubbo source code check default value like this `String extName = (url.getProtocol() == null ? "dubbo" : url.getProtocol());`
as you opinion that must throw exception . that's not a good idea . You must think carefully about its design logic. I think that has two ways 1. use default value 2. throw exception on Proxy Class [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2398 ] This message was relayed via gitbox.apache.org for [email protected]
