24kpure opened a new issue #8378: URL: https://github.com/apache/dubbo/issues/8378
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ### Environment Dubbo version: 2.7.9 Operating System version: macos 10.14.6 Java version: oracle 1.8.0_211 Steps to reproduce this issue ### Steps to reproduce this issue 1. add method mock config to @DubboRefernce & @DubboService 2. rpc invoke 3. provider works ,but consumer doesn't work my mock config is : xxxmethod.mock = {"a":1,"b":2} ### some advice ReferenceBean and ServiceBean handle param are different, why not do it in the same method? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
