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

Remove StreamingQueryProcessor and add streaming param for other QueryProcessors #87

Open
chjuncn opened this issue Jan 28, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@chjuncn
Copy link
Collaborator

chjuncn commented Jan 28, 2025

StreamingQueryProcessor currently is just a way to process input and output, this concept is different from other processors.

We could:

  1. Remove StreamingQueryProcessor
  2. Add a new param for QueryProcessor: streaming=True/False
  3. Implement execute_batch() and execute_streaming() under execute() based on streaming param.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant