This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
Releases: SimpleFinance/kafka-dropwizard-reporter
Releases · SimpleFinance/kafka-dropwizard-reporter
1.1.1
1.1.0
Warn on existing metrics
This fixes a race condition where an IllegalArgumentException can be raised if two threads attempt to create the same metric at the same time. We now catch the exception and log a warning message in this case.
v1.0.1: Use metrics-core instead of dropwizard-metrics (#3)
Limit unused dependencies by using metrics-core
rather than dropwizard-metrics
.
Initial Release
Add an example Dropwizard application (#2) * Add example Dropwizard application * Link to example/ in main README