kbac001 commented on issue #15446: URL: https://github.com/apache/dubbo/issues/15446#issuecomment-2961267252
> Set `protocol` parameters on annotations,like this: > > @DubboReference(check=false, > protocol="dubbo", > stub="org.apache.dubbo.samples.stub.DemoServiceStub", > onconnect = "print", > interfaceName = "org.apache.dubbo.samples.stub.DemoService") > private DemoService demoService; Thanks a lot it worked, but why? I have defined `dubbo.consumer.protocal: dubbo` in application.yml but it doesn't work. -- 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]
