Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 330 Bytes

Trying to build a kafka driver from scratch with the power of fs2.

Goals

  • support latest version of kafka only
  • fully support features of latest kafka (transactions)
  • explicit api (explicit batches)

Also there is a personal goal to master fs2 and various techniques behind it (GADT representation, Segment fusion e.t.c.)