Concepts
This page describes the concepts of the Lenses SQL snapshot engine that drives the SQL Studio allowing you to query data in Kafka.
What is a message?
Facets
SELECT
property
FROM source_topic;SELECT
_value.valueField,
_key.keyField,
_meta.metaField,
_headers.headerField
FROM source_topic;Selecting nested fields
Primitive types
Accessing metadata
Projections and nested aliases
Alias clashes (repeated fields)
Nested queries
Functions
Last updated
Was this helpful?

