coder-jeffery opened a new issue, #207: URL: https://github.com/apache/dubbo-rust/issues/207
issue1: Incorrect parameter used for streaming response compression. root cause: For `bidi_streaming` and `server_streaming`, the compression setting from the request side is passed to `encode_server`, whereas the header specifies `accept_encoding`. issue2: Infinite failover retries root cause: Err(_) => Some(future::ready(self.clone())), Unlimited retries for any error, with no upper limit and no error categorization. -- 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]
