Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
1fb7f752d6
28 changed files with 1405 additions and 0 deletions
16
services/archive-worm.json
Normal file
16
services/archive-worm.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "archive-worm",
|
||||
"title": "Bloom-filtered WORM archive",
|
||||
"kind": "nats-archive",
|
||||
"package": "verae-archive-worm",
|
||||
"role": "archive-worm",
|
||||
"managed": true,
|
||||
"runtime": "N copies, bloom miss = silence",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
||||
"ports": { "healthBase": 13500 },
|
||||
"nats": {
|
||||
"in": ["verae.archive.put", "verae.archive.query"],
|
||||
"out": ["verae.archive.reply.<correlationId>"]
|
||||
},
|
||||
"notes": "Subscribe to query without a shared queue group."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue