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

feat: Cleanup events by time #495

Merged
merged 1 commit into from
Dec 19, 2023
Merged

feat: Cleanup events by time #495

merged 1 commit into from
Dec 19, 2023

Conversation

patriknw
Copy link
Member

  • This can be useful for DurableStateBehavior with change events, where the events are only used for the Projections and not for the recovery of the DurableStateBehavior state. The timestamp may correspond to the the offset timestamp of the Projections, if events are not needed after all Projections have processed them.

* This can be useful for `DurableStateBehavior` with change events, where the
  events are only used for the Projections and not for the recovery of the
  `DurableStateBehavior` state. The timestamp may correspond to the the
  offset timestamp of the Projections, if events are not needed after all
  Projections have processed them.
@patriknw patriknw merged commit bbf5224 into main Dec 19, 2023
7 checks passed
@patriknw patriknw deleted the wip-cleanup-time-patriknw branch December 19, 2023 13:24
@patriknw patriknw added this to the 1.2.1 milestone Dec 19, 2023
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.

2 participants