You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-51616Fixes: #148430
Part of: CRDB-49359
Release note: None
0 commit comments