fantiq commented on PR #15450: URL: https://github.com/apache/dubbo/pull/15450#issuecomment-2967393414
> @fantiq REST does not support client or bi-server streaming, so I think it should not be considered. Regarding to 2 and 3, I think gRPC does not support method overloading. you are right. 1. ignore REST support for client streams 2. method `sayHello(HelloRequest, StreamObserver)` is <b>only</b> used for generated stub. found this comment ``` // This server stream type unary method is <b>only</b> used for generated stub to support async unary method. // It will not be called if you are NOT using Dubbo3 generated triple stub and <b>DO NOT</b> implement this method. ``` @oxsean PTAL -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org