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
ConnectContext corresponds to all the contexts of a connection. This is a very important object. But as we go deeper into the code, we find that we cannot get this information in some places, such as xxxExecutor.
Describe the solution you'd like
Passing ConnectContext deeper into the code.
Additional context
In the authentication part, we have already done similar work, which can be found at #56686. The next step is to extend similar work to a larger scope.
The text was updated successfully, but these errors were encountered:
HangyuanLiu
changed the title
Passing ConnectContext to Executor Layer
Passing ConnectContext to deeper and larger scope
Mar 14, 2025
Refactoring request
ConnectContext corresponds to all the contexts of a connection. This is a very important object. But as we go deeper into the code, we find that we cannot get this information in some places, such as xxxExecutor.
Describe the solution you'd like
Passing ConnectContext deeper into the code.
Additional context
In the authentication part, we have already done similar work, which can be found at #56686. The next step is to extend similar work to a larger scope.
The text was updated successfully, but these errors were encountered: