-
Small Mirror Maker test between different Kafka clusters
Hi, Today i am trying to show you what i have been playing with for the last day. There was a business case in which some colleagues from Analytics wanted to replicate all the data from other systems in their cluster. We will start with this, two independent configured clusters with 3 servers each (on…
-
Check Kafka JMX node stats using JConsole
Hi, As you probably know, Kafka is already publishing a lot of performance data on JMX to be collected. In order to do this, you will need to install jconsole (for Windows it’s already embedded in the jdk installation, for Linux you can use this article to check it out https://www.garron.me/en/linux/find-which-package-library-belongs.html. After you have done that,…
-
Monitoring Kafka with DataDog
Hi, A very interesting series of articles that should be checked regarding one option of Kafka monitoring with Datadog : https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics/. I will have in the near future a task regarding this, will post the outcome when it’s done. P.S: It was done and you can find the implementation here : Integrate Kafka with Datadog…
-
Monitoring Kafka node using Docker
Hi, Today i am just going to point you to a very interesting article related to monitoring of Kafka node/nodes using InfluxDB, Grafana and Docker. Hope it is useful, i will surely try it in one of the days. https://softwaremill.com/monitoring-apache-kafka-with-influxdb-grafana/ Now this is not quite standard but nevertheless it is an option. Cheers!