NATS addresses (subjects) are the extension point. A new search, store, or job type is a new address plus a process that listens — not a new Zapier TCP client.
verae.<area>.<resource>.<action>
verae.<area>.<resource>.reply.<correlationId>
| Piece | Example | Meaning |
|---|---|---|
verae |
— | Verae bus (not Zapier) |
area |
zapier, archive, search,
store |
Product slice |
resource |
jobs, hashes, blobs |
Noun |
action |
watch, query, put,
in |
Verb |
reply.<id> |
— | Correlated response |
Queue group (work sharing):
area-resource-action (e.g. job-poller).
No queue group (fan-out): archive/tree
query so every node sees every lookup.
packages/verae-nats-process).verae.example.process.in / .out /
.reply.* in src/subjects.js.ROUTING.md and to INDEX.md.verae-fleet
(min/max, machines, roles).Do not invent a public NATS URL for Zapier. Do
not reuse verae.archive.query as a queue
group.