carryxyh commented on issue #2321: Does provider "async = true" need to be remove from url when register to registry? URL: https://github.com/apache/incubator-dubbo/issues/2321#issuecomment-418304274 Hi, I have check this case. When using <dubbo:service async="true" .../>, the Consumer will not be affected. However, the Consumer call will be affected when using <dubbo:method name="sayHello" async="true"/>. But I think the better solution is that Consumer ignores the async attribute of the Provider, instead of forbidding the provider to register the async attribute on the registry.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
