Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.18 KB

#A fast distributed messaging system (MQ)

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

So it has following features:

  • Persistent messaging with O(1) disk structures that provide constant time performance even with many TB of stored messages.
  • High-throughput: even with very modest hardware single broker can support hundreds of thousands of messages per second.
  • Explicit support for partitioning messages over broker servers and distributing consumption over a cluster of consumer machines while maintaining per-partition ordering semantics.
  • Simple message format for many language clients.

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

News

[2012-06-25] released v1.2.0

##Document & Wiki

Wiki: https://github.com/adyliu/jafka/wiki


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