This is my implementation in C# for the "Build Your Own Kafka" Challenge.
Note: Head over to codecrafters.io to try the challenge.
- Ensure you have
dotnet (9.0)
installed locally - Run
./your_program.sh
to run the Kafka broker, which is implemented insrc/main.cs
.