Can you consume from __cluster_metadata topic?

I wanted to use a regular consumer to poll __cluster_metadata topic. I wanted to get updated on topic creation and deletion happening in a Kafka Cluster. The alternative I’m aware of is to use KafkaAdminClient and list topics but I would need to run it quite frequently and it has some impact on the cluster. Do you know if it’s possible?