Skip to content
Ady Liu edited this page May 8, 2012 · 25 revisions

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

Overview

Future

  • 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.

Clone this wiki locally