-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Description
I'm implementing a durable stream consumer in Python (Django) using the Electric HTTP API, and I’m stuck .
Issues I'm facing
-
Handle → durable response
I don’t understand how thehandlefrom the Electric HTTP API is supposed to be passed back or reused for durable responses. I also didn’t see any mention of a handle in the durable protocol documentation, which adds to the confusion.- Is the handle persistent or session-scoped?
- Should it be stored?
- How is it used when reconnecting?
-
LSN vs offset
From SSE events I only receive an LSN, not an offset.- Is the LSN intended to act as the offset?
- If so, what’s the correct way to store and resend it?
- How do you resume safely without reprocessing or skipping events?
Any clarification, examples, or guidance would help. Thanks!
Metadata
Metadata
Assignees
Labels
No labels