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 checkpointing state in ClusterFunction #16

Open
kkrugler opened this issue Oct 7, 2018 · 1 comment
Open

Support checkpointing state in ClusterFunction #16

kkrugler opened this issue Oct 7, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request in progress Being worked on

Comments

@kkrugler
Copy link
Member

kkrugler commented Oct 7, 2018

For clusters, we need to use BroadcastState. For features, we can use regular ValueState<Feature>, though we have to remove state when we emit the feature.

@kkrugler kkrugler self-assigned this Oct 7, 2018
@kkrugler
Copy link
Member Author

kkrugler commented Oct 7, 2018

Can we use the AbstractStreamOperator test class to validate checkpointing?

@kkrugler kkrugler added enhancement New feature or request in progress Being worked on labels Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Being worked on
Projects
None yet
Development

No branches or pull requests

1 participant