Initial import of verae-nats-process from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 14:24:27 -04:00
commit 68e54c063c
10 changed files with 198 additions and 0 deletions

9
ROUTING.md Normal file
View file

@ -0,0 +1,9 @@
# Address row (copy into overview INDEX and docs-master)
| Address | Kind | Queue group | Publisher | Subscriber | Body |
|---------|------|-------------|-----------|------------|------|
| `verae.example.process.in` | JetStream work | `example-process` | middleware or peer | this worker | `{ correlationId, payload, traceId }` |
| `verae.example.process.out` | events | — | this worker | interested peers | handle() result |
| `verae.example.process.reply.<id>` | reply | — | this worker | original requester | handle() result |
Rename `example` / `process` before production. Do not subscribe from Zapier.