You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
After borrowing @mkristian's brain for some rubber duck debugging I'm realizing that it makes much more sense to look into using the Dropwziard Metrics library instead of hacking together java-statsd-client for my own uses.
…ng metrics
This commit changes the structure of Verspaetung pretty dramatically to allow
for the registering of Gauges for the various offsets
With this change the KafkaPoller is pushing the latest offsets into a map and the
ZK consumer tree watchers are pushing consumer offsets into a separate map.
References #17
After borrowing @mkristian's brain for some rubber duck debugging I'm realizing that it makes much more sense to look into using the Dropwziard Metrics library instead of hacking together java-statsd-client for my own uses.
Related to #7 and #11
The text was updated successfully, but these errors were encountered: