Why there is no metadata about topic creation time in Kafka?

Hello, in one of my projects I was creating a program that dynamically created and deleted topics from Kafka.

In project removal should have occurred after the topic became “stale”

Since kafka did not contain data about the time when the topic was created, I had to create additional components for my application to monitor this process.

I would really like metadata about the time the topic was created to be present in Kafka.

It would also be cool to have custom metadata that would make working with Kafka easier.