Some checks are pending
offline / test (push) Waiting to run
Each module has SUMMARY.md and NATS.md (who sends/receives, subject addresses, payload). Tests: splitter 3, worm 3, aggregator 2. Forgejo repos pushed separately; this commit keeps them in the monorepo.
9 lines
550 B
Markdown
9 lines
550 B
Markdown
# NATS — verae-archive-worm
|
|
|
|
| Direction | Address | From / to | Body |
|
|
|-----------|---------|-----------|------|
|
|
| IN | `verae.archive.put` | splitter | `{ sha256, tenantId, kind, record, traceId }` |
|
|
| IN | `verae.archive.query` | aggregator (broadcast) | `{ correlationId, sha256, tenantId, kinds[], traceId }` |
|
|
| OUT | `verae.archive.reply.<correlationId>` | aggregator | `{ archiveId, sha256, records[], traceId }` **only if bloom.mightHave(sha256)** |
|
|
|
|
Subscribe to query **without** a shared queue group so every archive sees every query.
|