Parse and execute a SQL query against a Kafka topic.
Request body for executing a SQL query against Kafka topics.
SQL query string (e.g., SELECT * FROM topic_name WHERE ... LIMIT 10)
Maximum execution time in seconds before the query is terminated
Successful Response
Response from executing a SQL query against a Kafka topic.
Column names in the result set
Result rows as dicts
Metadata about query execution for the results panel.
Error message if the query failed