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-419824355 Hi, @diecui1202 After looking at the code, I think we really have to consider compatibility issues. After thinking, I think it would be better if you fix this problem at both ends. 1. On the Provider side, the method.async is not exposed to ensure compatibility. 2. Ignore the Provider's method.async property on the Consumer side to ensure that the Provider's method.async does not affect the Consumer's behavior. In the future, when OPS shows the asynchronous situation of the provider, we just need to let the provider still register the method.async property. What do u think?
---------------------------------------------------------------- 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]
