Google News
logo
Kafka - Interview Questions
What are the use cases of Kafka monitoring?
Following are the use cases of Apache Kafka monitoring :
 
* Apache Kafka monitoring can keep track of system resources consumption such as memory, CPU, and disk utilization over time.

* Apache Kafka monitoring is used to monitor threads and JVM usage. It relies on the Java garbage collector to free up memory, ensuring that it frequently runs, thereby guaranteeing that the Kafka cluster is more active.

* It can be used to determine which applications are causing excessive demand, and identifying performance bottlenecks might help rapidly solve performance issues.

* It always checks the broker, controller, and replication statistics to modify the partitions and replicas status if required.
Advertisement