How can I list all the topics that have data flowing in them?
I have a Kafka cluster (Confluent 7.2.1) with zookeeper. And I have over 120 topics where some of them are not active. I can list all the topics using kafka-topics --list --bootstrap-server.... This will return the list of all the topics.
I am looking to list the topics that currently have data in it. I have data on my topics for up to 7 days.
Thank you