-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Refactor dubbo-samples-local #763
base: master
Are you sure you want to change the base?
Conversation
fyf2016
commented
Mar 3, 2023
- add dubbo-samples-local module refator code
Please add ASF license for newly added files. |
@@ -17,8 +17,22 @@ | |||
|
|||
# local call through injvm, start test container only | |||
services: | |||
dubbo-samples-local-test: | |||
local-provider: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test failed for lacking zookeeper
configuration.
Please read this documentation to learn about how |
Instead of separating provider and consumer into different modules or processes like the other samples do, we should put provider and consumer in the same process. |