this post was submitted on 05 Jul 2023
3 points (100.0% liked)

Data Engineering

259 readers
1 users here now

News and discussion on Data Engineering topics

founded 1 year ago
MODERATORS
 

I plan to run a few tests to determine if Kafka is suitable for a certain usecase I have in mind.

My idea is to run a local cluster of Kafka servers (either VMs or containers), produce/consume a series of messages, observe a bunch of metrics (Prometheus & Grafana) and custom business logic outcomes.

What are some good tools to record and visualise the internals of Kafka cluster?

I'm looking for things like consumer lag, topic replication, possibly tracing messages, ...

Originally posted on https://mastodon.social/@bahmanm/110662538718523380

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago (1 children)

JMX Exporter and Kafka Exporter

[โ€“] [email protected] 1 points 1 year ago

Thanks ๐Ÿ™ That's what I've gathered so far too. I will keep this post, well, posted in case I stumble upon something else.