Click to copy
Working With Topics • Reviewed for ksqlDB 0.29
How to List Topics in ksqlDB
To list all topics available to the ksqlDB session, use the LIST
command:
LIST TOPICS;
Alternatively, you can also use the SHOW
command which is a synonym in ksqlDB.
SHOW TOPICS;
With this command, you can also list internal topics or see how many consumers and consumer groups are subscribed to a particular topic.
Was this article helpful?