- [ ] I have searched the 
[issues](https://github.com/apache/incubator-dubbo/issues) of this repository 
and believe that this is not a duplicate.
- [ ] I have checked the 
[FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) of this 
repository and believe that this is not a duplicate.

### Confusion
 - Are there a feature for batched rpc in dubbo? 
what I mean **batched rpc** is that the individual invocations in a batched rpc 
invocation are dispatched by a single thread in server-side in the order in 
which they were placed into the batch message, which guarantees the individual 
operations in a batched rpc are processed in order in the server.
 - How does Dubbo failed invocations in the following cases:
  - A connection could not be established
  - A connection was lost before the reply was received
  - A timeout expired
  - An exception occurred while sending the request or receiving the reply
  - An error occurred in the server while dispatching the request that causes 
the server 
the official-site-doc says we can set up retry-timeout and client will retry  
timeout invocation



[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3215 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to