Skip to main content

Module buffer

Module buffer 

Source
Expand description

PostgreSQL BufferStore implementation.

Persists buffered events plus their cursor as JSONB. The generic cursor C must round-trip via serde_json. pending returns the current snapshot ordered by id; nack is a no-op (entries remain visible to the next pending call until acked).

Structsยง

PgBufferStore
PgBufferStoreConfig
PgBufferStoreId