Running Kafka Exporter in OpenShift
In my last blog, I run KEDA to manage the autoscaling based on the consumer group’s lag. Ideally, if we can see this through a Grafana Dashboard, that will be the best. However, a little bit of effort is required for this…
Turn on Kafka Exporter
Kafka exporter is a Prometheus exporter that can monitor Kafka topic, throughputs, consumer groups, and so on. It’s…