master-zapier-plan-draft/packages/verae-nats-process/NATS.md
George Lambert a32c91475c
Some checks are pending
offline / test (push) Waiting to run
Add overview repo and verae-nats-process expansion template
High-level system map with diagrams, TOC, and a docs index. Template
worker shows how to add a new verae.* address for search, storage, or
unplanned functions without teaching Zapier NATS.
2026-09-11 13:50:37 -04:00

13 lines
583 B
Markdown

# 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.