java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Follow up on #1640 - Add ExecutionInfo to RequestTracker callbacks

Open lukasz-antoniak opened this issue 1 year ago • 1 comments

In #1640 we are waiting for author to incorporate our feedback. The intention of this PR is to speed up the process, leaving original author's commit intact and recorded in Git history. Adding ExecutionInfo to RequestTracker is needed to implement OpenTelemetry support (JAVA-3148) and add onStartXXX() callbacks (JAVA-3046).

lukasz-antoniak avatar Aug 30 '24 10:08 lukasz-antoniak

Introduced changes:

  1. Add callbacks when we start processing given request (in general and on certain node).
  2. Removed duplicated arguments from RequestTracker interface. We have been passing the same arguments as method parameters and inside ExecutionInfo.

lukasz-antoniak avatar Jan 06 '25 07:01 lukasz-antoniak