stakhiv / jocko

Kafka implemented in Golang

Home Page:https://twitter.com/travisjeffery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI

JOCKO

Kafka/distributed commit log service in Go.

Goals of this project:

  • Implement Kafka in Go
  • Protocol compatible so Kafka clients and services work with Jocko
  • Make operating simpler
  • Distribute a single binary
  • Use Raft for consensus
  • Smarter configuration settings
    • Able to use percentages of disk space for retention policies rather than only bytes and time kept
    • Handling size configs when you change the number of partitions or add topics
  • Learn a lot and have fun

TODO

  • Producing
  • Fetching
  • Partition consensus and distribution
  • Protocol
    • Produce
    • Fetch
    • Metadata
    • Create Topics
    • Delete Topics
    • Consumer group
  • Replication

License

MIT


About

Kafka implemented in Golang

https://twitter.com/travisjeffery


Languages

Language:Go 100.0%