Hello Apache Kafka community, In the driection to make Kafka more cloud friendly, do you think it make sense to have key-velue metadata in the topic definition, this will allow to search, filter, select ... topics not only by name but also by metadata
Ex: topic name: test topic metadata: - namespace: space1 (will allow to have multi tenant Kafka cluster) - project: test - phase: dev - type: json - area: logging Best regards, Garmes