Skip to content

Add read consistency and replica lag routing#2

Open
jdestep93 wants to merge 1 commit into
mainfrom
codex/issue-1-read-consistency
Open

Add read consistency and replica lag routing#2
jdestep93 wants to merge 1 commit into
mainfrom
codex/issue-1-read-consistency

Conversation

@jdestep93
Copy link
Copy Markdown
Owner

Summary

  • add explicit read-after-write consistency helpers with async-context writer pinning
  • add user-provided replica lag probes and reader state reporting
  • exclude stale readers from read scheduling while preserving existing fallback behavior
  • document the new opt-in APIs and ignore local .codex state

Closes #1

Validation

  • npm run typecheck
  • npm run test:unit
  • npm run build
  • npm run test:integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add replica lag and read-after-write consistency support

1 participant