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

BackendKey and CancelRequest support #18

Open
3 tasks
sunng87 opened this issue Oct 30, 2022 · 0 comments
Open
3 tasks

BackendKey and CancelRequest support #18

sunng87 opened this issue Oct 30, 2022 · 0 comments

Comments

@sunng87
Copy link
Owner

sunng87 commented Oct 30, 2022

Backend Key is designed to work as an id of particular connection. Frontend could open another connection to send Cancel request with that id, in order to cancel an in-progress query on corresponding connection.

We will need to:

  • generate backend key and store it in a per-server scope memory stage
  • parse cancel request
  • provide api to handle Cancel request
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