Creating & deleting Kafka topics
Understand how to create and delete Kafka topics with Lenses SQL Snapshot concepts engine for Apache Kafka
CREATE TABLE
CREATE TABLE
table_name(
$field $fieldType [, $field $fieldType,...]
)
FORMAT ($keyStorageFormat, $valueStorageFormat)
[PROPERTIES(
partitions= *,
replication=$replication,
compacted=true/false)
];SHOW TABLES
DESCRIBE TABLE
DROP TABLE
System virtual tables (__tables, __fields)
Record metadata
Last updated
Was this helpful?

