-
Notifications
You must be signed in to change notification settings - Fork 323
Home
Ady Liu edited this page Nov 30, 2016
·
25 revisions
Jafka mq is a distributed publish-subscribe messaging system cloning from Apache Kafka.
- https://github.com/adyliu/jafka
- 271KB[1] single jar
- 3.5MB[1] 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.
- v1.6.2 released.
- Quick start
- Hello world
- Download
- Installation
- Configuration
- Performance
- JMX
- Client
- Design
- Issues
- History
- Upgrade
[Keywords: jafka, kafka, messaging system, mq, jafka mq, sohu]
[1] size of version 1.0