Initial import of verae-nats-process from zapier monorepo
This commit is contained in:
commit
cc2dcce9a3
10 changed files with 198 additions and 0 deletions
13
NATS.md
Normal file
13
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