Reputation: 8135
Beside some basic monitoring metrics like CPU , memory and network usage. Is there anyway that I can actually monitor the running Kafka application, such as number of messages in/out, stream throughput, stream size ...?
Thank you.
Upvotes: 1
Views: 2839
Reputation: 7091
Kafka offers various metrics reporting in both the server and the client. See the Monitoring document for details.
Upvotes: 2