-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support for selecting a specific service provider during debugging #1230
Comments
tonycody
added a commit
to xs-fork/dubbo-admin
that referenced
this issue
Sep 7, 2023
When in a development environment, services are registered in the registry. The same project, the same service, multiple coworkers start the project, multiple service providers exist, and at the moment the service is requested, coworker A may expect the request to be for his own machine. This scenario is currently not supported, you need to add a service provider IP selection item in the debug page, when you select a provider request, request the service provider's machine. When not selected, the load is balanced by default.
tonycody
added a commit
to xs-fork/dubbo-admin
that referenced
this issue
Sep 7, 2023
-Dmaven.test.skip=false
tonycody
added a commit
to xs-fork/dubbo-admin
that referenced
this issue
Sep 7, 2023
rat exclude .mvn/pnpm-lock.yaml
tonycody
added a commit
to xs-fork/dubbo-admin
that referenced
this issue
Sep 8, 2023
rat exclude files
tonycody
added a commit
to xs-fork/dubbo-admin
that referenced
this issue
Sep 8, 2023
Checkstyle UnusedImports remove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When in a development environment, services are registered in the registry. The same project, the same service, multiple coworkers start the project, multiple service providers exist, and at the moment the service is requested, coworker A may expect the request to be for his own machine.
This scenario is currently not supported, you need to add a service provider IP selection item in the debug page, when you select a provider request, request the service provider's machine. When not selected, the load is balanced by default.
The text was updated successfully, but these errors were encountered: