How can I query the list of all KTables and KStreams that Kafka cluster has?
Something like select * from all streams
select * from all streams
For tables: show tables; For streams: show streams;
show tables;
show streams;