1 parent 826ef62 commit 22b508eCopy full SHA for 22b508e
1 file changed
docs/reliability/known-gaps.md
@@ -0,0 +1,5 @@
1
+# Known Gaps and Next Fix Targets
2
+
3
+- Redis drained with partial Postgres completion indicates durability boundary issues between stream acknowledgment and DB visibility.
4
+- Prefer validating any durability fix with clean-slate `down -v` benchmark runs.
5
+- Avoid publishing exactly-once guarantees; use at-least-once plus idempotent state convergence wording.
0 commit comments