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

Support pausing/resuming persistent queries #6403

Closed
rodesai opened this issue Oct 10, 2020 · 0 comments
Closed

Support pausing/resuming persistent queries #6403

rodesai opened this issue Oct 10, 2020 · 0 comments
Assignees
Labels
enhancement streaming-engine Tickets owned by the ksqlDB Streaming Team

Comments

@rodesai
Copy link
Contributor

rodesai commented Oct 10, 2020

As a ksqldb user, I want the ability to pause execution of a query and then resume execution later on. I should be able to pause/resume using some ksql syntax. The syntax should describe the desired state of the query (e.g. running, or stopped), and should be persisted to the command topic like a ddl or dml so that ksql converges on the desired state even as nodes come and go.

@vcrfxia vcrfxia added the streaming-engine Tickets owned by the ksqlDB Streaming Team label Jun 22, 2021
@jnh5y jnh5y self-assigned this Jun 15, 2022
@jnh5y jnh5y changed the title Support pausing/resuming queries Support pausing/resuming persistent queries Jun 15, 2022
jnh5y added a commit that referenced this issue Jun 15, 2022
Addresses: #6403
Implements KLIP-63: PAUSE and RESUME for persistent queries.
jnh5y added a commit that referenced this issue Jul 15, 2022
* feat: Support pausing/resuming persistent queries

Addresses: #6403
Implements KLIP-63: PAUSE and RESUME for persistent queries.
@jnh5y jnh5y closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement streaming-engine Tickets owned by the ksqlDB Streaming Team
Projects
None yet
Development

No branches or pull requests

3 participants