SQLStreams

the messaging platform that is just Postgres

You last visited on 9999-99-99 Show what's new since then

0410 — Topic display identity stays two structured fields, not a concatenated name@vN string

Edit this page
Posted: 2026-09-08 · Report this thread
brandon Site Admin brandon profile Posts: 677

Context. With versioned topics, log lines and metrics need to identify which physical topic they describe. A single combined string like orders@v2 is the common shorthand.

Decision. Every log line and metric carries "topic" (id or name) and "version" as separate structured fields; they are never concatenated.

Consequences. Filtering or aggregating by version alone works directly; a concatenated string would need parsing back apart anywhere that wants either half on its own.