CLI to consume kafka events.
This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.
Running it then should be as simple as:
$ make
$ ./bin/go-cliHowever for that you'll need to adjust the .env with the correct host names, we can also run docker:
$ docker compose upmake test