-
Notifications
You must be signed in to change notification settings - Fork 323
Home
Ady Liu edited this page May 26, 2012
·
25 revisions
Jafka mq is a distributed publish-subscribe messaging system cloning from Apache Kafka.
- https://github.com/adyliu/jafka
- 271KB single jar
- 3.5MB with all dependencies and configurations
- So simple, so fast
- 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.
- [2012-05-27] release v1.1.0
[Keywords: jafka, kafka, messaging system, mq, jafka mq, sohu]