A toy Kafka clone that's capable of accepting and responding to APIVersions & Fetch API requests. Makes use of encoding and decoding messages using the Kafka wire protocol.
- Ensure you have
go (1.19)
installed locally - Run
./your_program.sh
to run your Kafka broker, which is implemented inapp/server.go
. - Commit your changes and run
git push origin master
to submit your solution to CodeCrafters. Test output will be streamed to your terminal.