Skip to content

Support last-event-id for SSE connections by buffering events #253

@kevinbader

Description

@kevinbader

In order to enhance the reliability of event transmission, the SSE endpoint should support the last-event-id field as sent by the client. The idea is to maintain a buffer of events for each connection, similar to how events are buffered for the longpolling endpoint.

The size of the buffer should be configurable (likely related to #236).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions