Add overview repo and verae-nats-process expansion template
Some checks are pending
offline / test (push) Waiting to run
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.
This commit is contained in:
parent
a694f246fb
commit
a32c91475c
37 changed files with 767 additions and 0 deletions
13
packages/verae-nats-process/NATS.md
Normal file
13
packages/verae-nats-process/NATS.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue