Metadata fields
This page describes access Kafka message metadata in Lenses SQL Studio.
Field
Description
Select all the meta fields
SELECT _meta.* FROM topicView headers
SELECT HEADERASSTRING("User") as user
FROM trips
LIMIT 100Filter on record timestamp
Filter on table partition
Search for a record on a specific offset
Get the latest N records per partition
Last updated
Was this helpful?

