Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing ConnectContext to deeper and larger scope #56921

Open
HangyuanLiu opened this issue Mar 14, 2025 · 0 comments
Open

Passing ConnectContext to deeper and larger scope #56921

HangyuanLiu opened this issue Mar 14, 2025 · 0 comments

Comments

@HangyuanLiu
Copy link
Contributor

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.

@HangyuanLiu HangyuanLiu changed the title Passing ConnectContext to Executor Layer Passing ConnectContext to deeper and larger scope Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant