You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I looked at your PR. The basic idea is to throw an exception when loading an extension point with the same name but different types, but I still have some objections to this PR. First, you will use it. What is the extension point name already used inside a dubbo? Second, if you have a conflicting extension point name, the class loading order cannot be determined, so it may be loaded into your own Filter, but is it really necessary to throw an exception? For example, when the same class loader loads a class, it is mainly loaded first. Even if there is another identical class, it is ignored by default. Do you really need to throw an exception?
Environment
Steps to reproduce this issue
Expected Result
此异常被 exceptions 获取后,不抛出来,理论上不应该抛出来给用户吗,否则将被加载 jar 包的顺序影响,如果在 dubbo 生效之前加载,自己的 filter 就起作用,否则不起作用
Actual Result
捕获异常后没有任何提示信息
The text was updated successfully, but these errors were encountered: