feat(nats): migrate to JetStream — at-least-once delivery with durable consumer
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m25s
test / unit (pull_request) Successful in 15m53s
test / integration (pull_request) Failing after 16m42s

This commit is contained in:
2026-05-14 16:41:17 +02:00
parent 550865bad4
commit 458feebcdd
4 changed files with 104 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ services:
ports:
- "4222:4222"
- "8222:8222" # monitoring endpoint
command: ["--http_port", "8222"]
command: ["--jetstream", "--http_port", "8222"]
volumes:
postgres_data: