cockroach
cockroach copied to clipboard
rpc: wire drpc client interceptors in dialer
trafficstars
As part of this change, we use clientConn object to wire in client interceptors. clientConn has a supplier which provides drpc.Conn connection from a drpc connection pool. The pooled connection object previously returned, encapsulated within closeEntirePoolConn is now replaced with drpcclient.ClientConn so that client interceptors are applied to it.
Epic: CRDB-51616 Fixes: #148430 Part of: CRDB-49359
Release note: None
Don't forget to autosquash and rebase before submitting the PR.
bors r=cthumuluru-crdb