2

How can I query the list of all KTables and KStreams that Kafka cluster has?

Something like select * from all streams

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
Sergei Ledvanov
  • 2,131
  • 6
  • 29
  • 52

1 Answers1

0

For tables: show tables; For streams: show streams;

Sergei Ledvanov
  • 2,131
  • 6
  • 29
  • 52