http://dubbo.apache.org/zh-cn/docs/source_code_guide/adaptive-extension.html
// 1.从 URL 中获取 WheelMaker 名称
String wheelMakerName = url.getParameter("Wheel.maker");
if (name == null) {
throw new IllegalArgumentException("wheelMakerName == null");
}
the name is error.
http://dubbo.apache.org/zh-cn/docs/source_code_guide/adaptive-extension.html
the name is error.