@nodii/replica-consumer
v0.12.0
Published
Pattern 3 replication consumer for the Nodii microservice stack — defineReplica + startReplicaConsumer + dedupe + LWW + apply-tx wrapping + DLQ + snapshot RPC bootstrap + drift sweeper. Polyglot ship: TS + Python + Go in parity. Spec: planning hub docKey=
Readme
@nodii/replica-consumer (TS)
Copy this directory via scripts/bootstrap-library.sh <libname> (which patches
name, repository.directory, LIB_NAME). After bootstrap:
bun installat repo root to wire the new workspace memberbun run --cwd ts/<libname> typechecksmokes the tsconfig + tscbun run --cwd ts/<libname> testruns the smoke spec
For non-trivial patterns (subpath exports, tsup over tsc, middleware
factories) reference the existing real impls at ts/auth-sdk/
and ts/grpc-auth/.
This directory is "private": true and is excluded from publish via that
flag. It exists purely as the scaffolding seed for bootstrap-library.sh.
