/skybert-kafka-test

Simple command line app that writes and reads messsages from Kafka

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Simple Kafka CLI app

Hi there, this is a wee Java app that does a few things and tries to do them in a way that's easy to understand:

  • Writes messagse
  • Reads messages
  • Use as as few dependencies as possible

Install

Installation instructions for Arch Linux:

# pacman -S jdk-openjdk
# pacman -S kafka
# pacman -S maven

Enable Kafka:

# systemctl enable kafka
# systemctl start kafka

To run make format, you need:

$ paru -S  google-java-format

Compile

$ make compile

Run

$ make run

License

See LICENSE.