Raw Messages
Inspect a particular message path in your data source.
As new messages are received for a given path, the collapsible tree will show just the latest message. You will be able to expand and collapse keys, and have those changes persist across playback.
A link to the topic's schema is at the top of display for easy reference.
Drilling down to a primitive value (i.e. number, string, boolean) will display that value in large text.
Settings
General
field | description |
---|---|
Font size | Font size for text display |
User interactions
Diff mode
Compare messages by showing additions (green), deletions (red), and changes (yellow) to their fields across 3 categories:
"previous message"
– Compare consecutive messages for a given message path"other source"
- Compare messages from different data sources for a given timestamp"custom"
– Compare different topic messages for a given timestamp
Click "Copy msg" to copy the current topic message to your clipboard.
Click the icon next to the message path to expand or collapse all nested fields in the displayed message.
Message conversion
Apply installed message converters directly to a topic and visualize their output.
If you have a message converter that matches the fromSchemaName
of the current topic, the schema name will become a dropdown with the toSchemaName
option available. Selecting the target schema will let you see the messages on that topic that have been transformed using the message converter.