1 Star 1 Fork 2

imxylz / jafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
imxylz 提交于 2014-11-14 17:31 . add http server

#A fast distributed messaging system (MQ)

Build Status

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.
  • Pure Java work

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

News

[2014-11-13] released v1.4.0

Document & Wiki

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

Download

You can download the full package from Google Drive:

Contributor

  • @rockybean
  • @tiny657

License

Apache License 2.0 => https://github.com/adyliu/jafka/blob/master/LICENSE


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

Java
1
https://gitee.com/adyliu/jafka.git
git@gitee.com:adyliu/jafka.git
adyliu
jafka
jafka
master

搜索帮助