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
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
$ make compile
$ make run
See LICENSE.