Skip to content
Ady Liu edited this page Nov 30, 2016 · 25 revisions

Jafka mq is a distributed publish-subscribe messaging system cloning from Apache Kafka.

Overview

Feature

  • A full kafka clone (http://incubator.apache.org/kafka)
  • Persisten messaging with O(1)
  • Constant time performance even with TB messages
  • High-throughput (100k/s messages0
  • Distributed messaging system (producers/brokers/consumers)
  • Auto load balancing
  • Simple message format

If you are interesting in scala, please using the origin kafka at apache. Also it has git repository at github.

News

[Keywords: jafka, kafka, messaging system, mq, jafka mq, sohu]

[1] size of version 1.0