This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ producer, and streams metrics to those same outputs. | |
|
||
`dropwizard-metrics` 3.0 and above. | ||
|
||
`kafka-clients` 0.8.1 and above, including 0.9 and 0.10. | ||
`kafka-clients` 0.8.1 and above, including 0.9, 0.10, 0.11, and 1.0. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jklukas
Author
Contributor
|
||
Also functions with Kafka Streams and Kafka Connect. | ||
|
||
|
||
|
@@ -27,7 +27,7 @@ of the dependencies that you want: | |
<dependency> | ||
<groupId>com.simple</groupId> | ||
<artifactId>kafka-dropwizard-reporter</artifactId> | ||
<version>1.1.0</version> | ||
<version>1.1.1</version> | ||
</dependency> | ||
|
||
<!-- 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, | |
each with a signed `.asc` companion: | ||
``` bash | ||
$ ls target/kafka-* | ||
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar target/kafka-dropwizard-reporter-1.0.1.jar | ||
target/kafka-dropwizard-reporter-1.0.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.0.1.jar.asc | ||
target/kafka-dropwizard-reporter-1.0.1-sources.jar target/kafka-dropwizard-reporter-1.0.1.pom | ||
target/kafka-dropwizard-reporter-1.0.1-sources.jar.asc target/kafka-dropwizard-reporter-1.0.1.pom.asc | ||
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar target/kafka-dropwizard-reporter-1.1.1.jar | ||
target/kafka-dropwizard-reporter-1.1.1-javadoc.jar.asc target/kafka-dropwizard-reporter-1.1.1.jar.asc | ||
target/kafka-dropwizard-reporter-1.1.1-sources.jar target/kafka-dropwizard-reporter-1.1.1.pom | ||
target/kafka-dropwizard-reporter-1.1.1-sources.jar.asc target/kafka-dropwizard-reporter-1.1.1.pom.asc | ||
``` | ||
|
||
If the `target` directory looks good, deploy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The readme is changed, but there is no release (at least on github in respective section).
I am curious about the change log (difference between 1.1.0 and 1.1.1). Is it worth updating?