Skip to content

adityakiran1423/Gafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gafka

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.

For running

  1. Ensure you have go (1.19) installed locally
  2. Run ./your_program.sh to run your Kafka broker, which is implemented in app/server.go.
  3. Commit your changes and run git push origin master to submit your solution to CodeCrafters. Test output will be streamed to your terminal.

About

An implementation of Apache Kafka in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published