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

[Prism][Task]: A State Publisher notifies listeners of changes to PipelineResult.State. #32032

Closed
Tracked by #31793
damondouglas opened this issue Jul 30, 2024 · 0 comments · Fixed by #32040
Closed
Tracked by #31793

Comments

@damondouglas
Copy link
Contributor

damondouglas commented Jul 30, 2024

What needs to happen?

The Prism runner needs to respond to when a PipelineResult.State::isTerminal before gracefully shutting down various resources. The output of this task is a State Publisher that notifies registered listeners of a change to PipelineResult.State. To achieve this, it relies on the rpc GetStateStream (GetJobStateRequest) returns (stream JobStateEvent); of job_management/v1/beam_job_api.proto.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant