SHOW TOPICS
SHOW TOPICS
Prints topic information for all topics for the default stream (specified by ksql.default.stream). If the default stream is not specified, then an exception is thrown.
SHOW TOPICS;
SHOW TOPICS <stream_name>
Prints topic information for all topics from the specified stream. For example: /sample-stream
SHOW TOPICS '/sample-stream';