Initial import of verae-nats-process from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 14:07:19 -04:00
commit 6933de074f
10 changed files with 198 additions and 0 deletions

13
NATS.md Normal file
View file

@ -0,0 +1,13 @@
# NATS — verae-nats-process (template)
Connect to the **Verae 3-node JetStream cluster** (private URLs). Zapier never connects.
| Direction | Address | From / to |
|-----------|---------|-----------|
| IN | `verae.example.process.in` | middleware or another worker |
| OUT | `verae.example.process.out` | peers |
| OUT | `verae.example.process.reply.<correlationId>` | requester |
Queue group `example-process` shares work. For fan-out (like archive query) **omit** the queue group.
Fleet: HTTP `/health` on loopback. `keepFloor` in `verae-fleet` if this process must stay up.