Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.21 KB

File metadata and controls

45 lines (29 loc) · 1.21 KB

kafka-archiver


Purpose

kafka-archiver scribes Apache Kafka topic(s) to S3.

Configuration

TODO.

Support / Contributing

Contributions may be proposed via a pull request. (Please email a completed individual CLA or corporate CLA to info@mult.ifario.us, as appropriate).

Maven Coordinates

Include the following in your pom.xml:

<dependency>
  <groupId>io.ifar.kafka-archiver</groupId>
  <artifactId>kafka-archiver</artifactId>
  <version>2</version>
</dependency>

But most likely, you'll just want to deploy the shaded JAR as you would any other Dropwizard service.

Snapshots

Snapshots are available from the Sonatype OSS Snapshot Repository.

Releases

Releases are available on Maven Central.

License

The license for kafka-archiver is BSD 2-clause. This information is also present in the LICENSE file and in pom.xml.