Skip to content

v2.1

Latest
Compare
Choose a tag to compare
@johnmpage johnmpage released this 20 Dec 20:28
· 1 commit to master since this release

Tail logs in a directory and stream to a Kafka topic.

This is a JVM-based tail that is integrated with a Kafka Producer. As lines are added to local text files, KafkaTailer will stream them to a remote Kafka topic. It can be configured to watch a directory instead of a file.

The 2.1 release provides:
A skeleton Windows Service.