Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 293 Bytes

logsink

A Kafka Log Consumer - for consuming Google protobuf messages from Apache Kafka.

Features

  • junit testing
  • protobuf support

Running the project

  • run ./gradlew generateProto to compile the .proto file
  • run ./gradlew build to build and test the project

Dependencies