Source health
The Sources index summarizes every authored source. Open a managed Kafka source to inspect:- retained row count and storage
- oldest and newest replay boundaries
- arrival freshness and throughput
- the effective consumer group
- landed, committed, and broker-end offsets by partition
- Kafka lag is the broker high-water offset minus the effective consumer group’s committed offset, summed across partitions.
- Last arrival is the elapsed time since the newest
_replay_landed_atvalue in the ClickHouse landing table.
Topics
The Topics page reads broker metadata without consuming records. It defaults to topics managed by the current project and can show the wider broker inventory. Managed topic names link back to their StreamBuild source. Topic inventory and source landing state are independent. A broker metadata failure does not prevent the UI from showing retained ClickHouse rows or compiled source definitions.Retained message browser
Open Messages from a managed source to query records retained in its ClickHouse landing table. The browser supports:- JSON field predicates and value facets
- landed-at and broker timestamp ranges
- partition and offset ranges
- stable preview columns
- cursor pagination
- full-record inspection up to 16 MiB
raw__<source> landing history. They do not query Kafka, change a consumer
group, or alter the source. Broker inventory, consumer lag, and retained-message queries remain
separate operations so one unavailable signal does not disable the others.
Retained-message visibility is bounded by the source landing TTL. The browser cannot recover data
that ClickHouse has already expired.

