Some checks are pending
offline / test (push) Waiting to run
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.
9 lines
614 B
Markdown
9 lines
614 B
Markdown
# 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.
|