You’re Wrong About Postgres LISTEN/NOTIFY. It Actually Scales.
You’ve been told Postgres LISTEN/NOTIFY doesn’t scale and that you need Kafka for real workloads. The data proves otherwise: it handles 60K+ notifications per second. The bottleneck isn’t the database—it’s developers misusing it as a message bus. Send an ID, not a payload, and watch it thrive.