Currently, RPC RTT is measured at the RpcDispatcher level. The current code doesn't measure blocking RPCs which return a future.
Moving this code to the RequestCorrelator level would allow us to measure RTTs for this as well, as an RPC is terminated via done() or cancel().
- blocks
-
JBEAP-4668 Moved measuring of RPC round trip time from MessageDispatcher to RequestCorrelator
- Verified