How can I know rate at which messages are coming on a particular partition of a kafka topic? Is there any CLI command to achieve this?
Asked
Active
Viewed 117 times
1
-
Dont use a CLI if you want to watch a rate. Have you looked over the JMX metrics for the broker? – OneCricketeer Jan 28 '21 at 16:53