Skip to main content

Module inspect

Module inspect 

Source
Expand description

backbeat inspect: print a dump’s envelope, schema registry, and per-shard record counts.

Everything here is driven by the dump’s embedded registry — there is no compiled-in knowledge of any event type. A record’s event_id is matched against the registry to attribute it to an event and validate its size; unknown ids and size mismatches are reported rather than guessed.

Functions§

inspect
Reads bytes as a dump and writes a human-readable summary to out.