feat(core): deterministic session log replay with synced watermark (#35040)
This commit is contained in:
@@ -1575,7 +1575,7 @@ export type SessionLogOutput =
|
||||
readonly data: { readonly timestamp: number; readonly sessionID: string; readonly messageID: string }
|
||||
}
|
||||
)
|
||||
| { readonly type: "log.caught_up"; readonly aggregateID: string; readonly seq?: number }
|
||||
| { readonly type: "log.synced"; readonly aggregateID: string; readonly seq?: number }
|
||||
|
||||
export type SessionInterruptInput = { readonly sessionID: { readonly sessionID: string }["sessionID"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user