@@ -15,7 +15,7 @@ producer, and streams metrics to those same outputs.
1515
1616` dropwizard-metrics ` 3.0 and above.
1717
18- ` kafka-clients ` 0.8.1 and above, including 0.9 and 0.10.
18+ ` kafka-clients ` 0.8.1 and above, including 0.9, 0.10, 0.11, and 1.0 .
1919Also functions with Kafka Streams and Kafka Connect.
2020
2121
@@ -27,7 +27,7 @@ of the dependencies that you want:
2727 <dependency >
2828 <groupId >com.simple</groupId >
2929 <artifactId >kafka-dropwizard-reporter</artifactId >
30- <version >1.1.0 </version >
30+ <version >1.1.1 </version >
3131 </dependency >
3232
3333 <!-- Required; you must provide metrics-core and kafka-clients;
@@ -150,10 +150,10 @@ Check that the output looks good. You should a jar, sources, javadoc, and pom,
150150each with a signed ` .asc ` companion:
151151``` bash
152152$ ls target/kafka-*
153- target/kafka-dropwizard-reporter-1.0 .1-javadoc.jar target/kafka-dropwizard-reporter-1.0 .1.jar
154- target/kafka-dropwizard-reporter-1.0 .1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.0 .1.jar.asc
155- target/kafka-dropwizard-reporter-1.0 .1-sources.jar target/kafka-dropwizard-reporter-1.0 .1.pom
156- target/kafka-dropwizard-reporter-1.0 .1-sources.jar.asc target/kafka-dropwizard-reporter-1.0 .1.pom.asc
153+ target/kafka-dropwizard-reporter-1.1 .1-javadoc.jar target/kafka-dropwizard-reporter-1.1 .1.jar
154+ target/kafka-dropwizard-reporter-1.1 .1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.1 .1.jar.asc
155+ target/kafka-dropwizard-reporter-1.1 .1-sources.jar target/kafka-dropwizard-reporter-1.1 .1.pom
156+ target/kafka-dropwizard-reporter-1.1 .1-sources.jar.asc target/kafka-dropwizard-reporter-1.1 .1.pom.asc
157157```
158158
159159If the ` target ` directory looks good, deploy:
0 commit comments