Skip to content

Refactor state recovery after the disconnect period. - #235

Open
sierpinskid wants to merge 1 commit into
developfrom
feature/uni-196-refactor-lost-state-after-reconnect-to-update-in-batch
Open

Refactor state recovery after the disconnect period. #235
sierpinskid wants to merge 1 commit into
developfrom
feature/uni-196-refactor-lost-state-after-reconnect-to-update-in-batch

Conversation

@sierpinskid

Copy link
Copy Markdown
Member

Introduce StateRecoveryStrategy to provide extra control for integrators. ReplayEvents - default, works as previously which is grab missed events and replay them one by one. BatchStateUpdate - applies all missed events without raising events, will raise a single StateRecovered events once all are processed. Disabled - skips recovery and allows integrator to handle lost state handling

…RecoveryStrategy to provide extra control for integrators. ReplayEvents - default, works as previously which is grab missed events and replay them one by one. BatchStateUpdate - applies all missed events without raising events, will raise a single StateRecovered events once all are processed. Disabled - skips recovery and allows integrator to handle lost state handling
@sierpinskid sierpinskid changed the title Refactor state handling during the disconnect period. Refactor state recovery after the disconnect period. Aug 20, 2026
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