Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.11 KB

kafkalog


Purpose

kafkalog bridges a syslog feed with an Apache Kafka topic.

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.kafkalog</groupId>
  <artifactId>kafkalog</artifactId>
  <version>0</version>
</dependency>

Snapshots

Snapshots are available from the Sonatype OSS Snapshot Repository.

Releases

Releases are available on Maven Central.

License

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