postgres

command
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package main demonstrates using the PostgreSQL transport with protoflow.

PostgreSQL provides a robust, production-ready message queue with features like: - Delayed messages via metadata - Dead letter queue (DLQ) for failed messages - Automatic retry with exponential backoff - SKIP LOCKED for efficient concurrent consumers

Start PostgreSQL:

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=protoflow postgres:16

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL