'Message metric without topic name

I am pulling metric below into Prometheus to get information about messages sent to Kafka brokers. I am seeing that some of them coming without topic. I am wondering what type of messages they are? I would expect only messages sent to specific topic.

kafka_server_brokertopicmetrics_messagesin_total{instance="broker:9999",job="kafka"}
kafka_server_brokertopicmetrics_messagesin_total{instance="broker:9999",job="kafka",topic="TopicEvent"}

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source