miroir/crates
jedarden 0ad96cd38e feat(reshard): tag backfill writes with _miroir_origin for CDC suppression (P5.1.c, miroir-uhj.1.3)
Per plan §13.1 step 3, backfill writes must be tagged with _miroir_origin:
reshard_backfill so that §13.13 CDC suppresses them by default. This ensures
that shadow-index writes during backfill do not generate duplicate CDC events
for client writes (only the live-index write emits an event).

Changes:
- Add _miroir_origin field to shadow documents in process_reshard_chunk
- Remove unnecessary X-Miroir-Origin header (field-based tagging is canonical)
- Aligns with dual-write preparation code (reshard.rs line 1779)

Closes: miroir-uhj.1.3
2026-05-24 17:38:23 -04:00
..
miroir-core feat(reshard): tag backfill writes with _miroir_origin for CDC suppression (P5.1.c, miroir-uhj.1.3) 2026-05-24 17:38:23 -04:00
miroir-ctl docs(miroir-ctl): add subcommand runbooks and help text (P11.4, miroir-uyx.4) 2026-05-24 11:47:36 -04:00
miroir-proxy fix(metrics): fix metric name collision + compilation fixes 2026-05-24 17:23:32 -04:00