Robin Moffatt 4/16/2020

A quick and dirty way to monitor data arriving on Kafka

Read Original

This article details a simple, hacky solution for monitoring data flow into Apache Kafka. It uses kafkacat to poll the latest message timestamp, jq for extraction, and a bash script to check against a threshold. If the data is stale, it sends an alert via a Telegram bot, providing a lightweight monitoring setup for unstable data sources like a Raspberry Pi running tshark.

A quick and dirty way to monitor data arriving on Kafka

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week