We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when streaming results, we must handle cancellation
We need to consider the full cancellation journey - from steampipe > postgres > fdw > plugin
The text was updated successfully, but these errors were encountered:
Handle cancellation of GRPC stream. Closes #17
209e466
9069309
pass GRPC stream context to plugin rather than creating new one. #17
72db53f
Rename QueryContext.RawQuals UnsafeQuals. Remove panic after context …
436b49c
…cancellation - leave it to the plugin to handle context cancellation. #17
0e93062
…cancellation - leave it to the plugin to handle context cancellation. #17 (#126)
No branches or pull requests
when streaming results, we must handle cancellation
We need to consider the full cancellation journey - from steampipe > postgres > fdw > plugin
The text was updated successfully, but these errors were encountered: