-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
injvm and local call #3638
Comments
I try to reproduce the problem with your config, but it fails. |
I reproduced your problem and made changes to the injvm export.Will submit a pr fix this bug in the near future |
I am not sure what is the best way to fix this issue. In a real scene, I think we will use :
instead of:
|
This modification increase some complex logic and I suggest we donot fix this issue. |
I merged #3857 since it does solve the two problems I reported. Later we can consider removing 'injvm' and 'scope' from user's configuration entirely. |
injvm protocol doesn't work well with scope.
injvm should not be registered to register center
injvm url is registered
local call doesn't work when protocol is injvm
The following configuration is supposed to work but dubbo complains no provider found from registry center.
The text was updated successfully, but these errors were encountered: