SpringStudent commented on PR #13155: URL: https://github.com/apache/dubbo/pull/13155#issuecomment-1794633584
> > > > Revert first and should fix for server stream and check only for Triple protocol.  > > > > > > > > > hi i don't know what your mean about fix for server stream and check only for Triple protocol,Because of only tripe protocol had protobuf method ,I think check whether if triple protocol is not necessary > > > > > > > > 1. For triple's stub, `Server Steam` will create two method. > > 2. For Dubbo protocol, `protobuf` serialization is allowed and you can use protobuf message as a data trandfer object in network. > > okay, i will fix it in next i found tri protocol,if the provider create two stream method like below,invoke streamserver method will invoke the wrong method,is this a right behavior `public interface DemoService { GreeterReply greet(GreeterRequest request); void greet(GreeterRequest request, StreamObserver<GreeterReply> streamObserver); }` -- 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]
