This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
0.1.1-RC1
Pre-release
Pre-release
Main Changes since 0.1.0
- Added Service Loader configuration for using the configuration provider as plugin in Kafka Connect
- Updated dependencies
Use it with Maven
The release candidate is available in a staging repository:
<repository>
<id>env-var-provider-staging-repository</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1118</url>
</repository>
Use this release directly from your Java build by defining it as a dependency:
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-env-var-config-provider</artifactId>
<version>0.1.1</version>
</dependency>
Download the archives
Or download the ZIP / TAG.GZ archives and add the libraries to your Apache Kafka libs
directory.