Skip to main content

Crate strev_postgres

Crate strev_postgres 

Source
Expand description

PostgreSQL backend for strev.

Provides PostgresPublisher and PostgresSubscriber backed by a durable message table with per-consumer-group offset tracking. Subscribers poll for new messages and advance their offset transactionally, using FOR UPDATE SKIP LOCKED so competing consumers in the same group never process the same message twice.

Structsยง

PostgresPublisher
PostgresPublisherConfig
PostgresSubscriber
PostgresSubscriberConfig