oxsean commented on issue #14415:
URL: https://github.com/apache/dubbo/issues/14415#issuecomment-2268153818

   I think this requirement is unreasonable. Dubbo's stream is against gRPC. In 
gRPC, if StreamObserver.onError is called within a stream, the error 
information is written back to the client via trailers, and the Throwable is 
not passed. then the stream is closed. A point we can optimization is provide 
extension that allow users to write additional error information back to the 
client.


-- 
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]

Reply via email to