https://kotlinlang.org logo
#spring
Title
s

saunaCat

09/17/2018, 8:46 AM
Hi ☺️ has anybody here been using spring cloud streams kafka binder, and the metrics you get from spring.cloud.stream.binder.kafka.offset? It’s supposed to give the number of messages not yet consumed on a topic, but is given in milliseconds and I’m not sure how to present these series of metrics in a graph (using grafana). Would be super if someone could help out 🌷
stackoverflow 1
3
g

Gerard Klijs

09/25/2018, 2:46 PM
I guess it’s the commited offset, which if you want the number of messages is not very helpfull.
4 Views