root a21a34b057 docs: close 2 cross-runtime parity gaps + document unified log
Companion to lakehouse 98b6647. Architecture comparison decisions
tracker now captures:

  - Go validatord direct header read (fixes 6847bbc): closes the
    case where Langfuse-off middleware passthrough silently dropped
    forwarded X-Lakehouse-Trace-Id
  - Rust IterateResponse trace_id echo (fixes 98b6647): closes the
    asymmetry where Go's response carried the join key and Rust's
    didn't
  - Unified longitudinal log demonstrated end-to-end: both daemons
    co-writing /tmp/lakehouse-validator/sessions.jsonl, distinct
    daemon tags, one DuckDB query covers both

24/24 parity assertions (validator 6/6, extract_json 12/12,
session_log 4/4, materializer 2/2) hold against live :3100 + :4110.
Both runtimes deployed with today's full stack.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 06:25:21 -05:00

603 B

session_log parity probe — Rust gateway vs Go validatord

Date: 2026-05-02T11:24:21Z Rust helper: /home/profit/lakehouse/target/release/parity_session_log Go helper: ./bin/parity_session_log_go

Identical fixture inputs through each runtime's SessionRecord builder + JSON marshaler. Match = byte-equal after stripping timestamp (per-run wall clock) + daemon ("gateway" on Rust side, "validatord" on Go side; both are valid producers in the same longitudinal log).

Tally: 4 match · 0 diff (out of 4 fixtures)

No divergences — schema parity holds across all fixtures.