> > > > > I am wondering if there is way to get messages through put of Kafka > > brokers. > > > > Ex: > > 1) Number of messages sent per day to a Broker/Cluster > > 2) Number of messages consumed per day by a Broker/Cluster > > >
I don't think it makes sense to have total metrics per day for brokers/producers. There are per second metrics such as MessagesInPerSec at brokers that you can use to gauge throughput. If you really want total metrics, measure at your client/producer end yourself. -- Sharninder