Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@scholzj scholzj released this 23 Oct 06:37
· 9 commits to main since this release

Main changes

  • Initial release

All changes can be found under the 0.1.0 milestone.

Use it with Maven

Define the Strimzi Metrics Reporter as a dependency

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>metrics-reporter</artifactId>
    <version>0.1.0</version>
</dependency>

Download the archives

You can also download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka classpath.

New Contributors