Metadata fields
Understand using Kafka topic metadata fields in Lenses SQL Snapshot concepts engine for Apache Kafka
Field
Description
Select all the meta fields
SELECT _meta.* FROM topicView headers
SELECT HEADERASSTRING("User") as user
FROM trips
LIMIT 100Filter on record timestamp
SELECT ...
FROM topic
WHERE _meta.timestamp > YESTERDAY()Filter on table partition
Search for a record on a specific offset
Get the latest N records per partition
Last updated
Was this helpful?

