/kafka-commons

Common classes used by Avro message producers and consumers

Primary LanguageJava

Kafka Commons

All the shared interfaces, abstractions and classes are part of this repository. Will be picked up as a dependency by the kafka-avro-producer and kafka-avro-consumer applications.

Prerequisits

You need to have the following before you can start using this application

  • JDK 1.8 +

Setup process

Clone the repo and cd into the root directory of the repo.

Run the following command to build the application

mvn clean install