Details
-
Improvement
-
Status: Triage Needed
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
All
-
None
Description
We have plans to expand `RequestTracker` to expose more info for the user, for example, adding `OnStart`. However, it's not easy for a user to correlate the different calls of `OnStart`, `OnNodeError`, and `OnError` to the same `CqlRequestHandler` or the same `Request`. (One `CqlRequestHandler` can send multiple requests due to speculative executions or retries.) It would be good if we could add this feature.