Kafka topics
This page describes the commands to manage Kafka topics via the Lenses CLI.
View all topics
lenses-cli topics [--names [--unwrap]]View a specific topic
lenses-cli topic --name=reddit_postsCreate topics
lenses-cli topic create \
--name="topicName" \
--replication=1 \
--partitions=1 \
--configs="{\"max.message.bytes\": \"1000010\"}"lenses-cli topic create ./topic.ymlname: topicName
replication: 1
partitions: 1
configs:
max.message.bytes: "1000010"Update a topic’s configuration
Update a topic’s metadata configuration
Delete topics
Last updated
Was this helpful?

