Our current messaging system is redis based (resque). So it's easy to know how many messages got queued (not processed ) using LLEN to get the length of a list (or using resque-web interface). For Kafka what's the recommended way to get metrics such as # of unprocessed messages, how many messages got by day or hour ? Is there any web based interface to view the metrics ?
Best Regards, Stone