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

Add on_clear handlers to (Global)Table and ChangeloggedSet #645

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

egao1980
Copy link
Contributor

Description

Adding on_clear handlers.

Table and GlobalTable share implementation that runs on_key_del handler for each key currently stored in the table before cleaning the dictionary.

ChangeloggedSet is using existing OPERATION_UPDATE event with current values as a removed values set.

Fixes #601

@wbarnha wbarnha merged commit da2d10e into faust-streaming:master Oct 30, 2024
17 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SetTables are missing on_clear
2 participants