Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 200 Bytes

kafka.md

File metadata and controls

10 lines (7 loc) · 200 Bytes

Kafka

Kafka is used by Druid, Spotify Heroic to improve performance.

Design

  • use mmap
    • they quote an article from Varnish author
  • use sendfile to avoid extra copy
  • use own binary format