百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jafka

> 编程语言
开源

一个快速、简单的分布式发布-订阅消息系统 (MQ)

720 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个快速、简单的分布式发布-订阅消息系统 (MQ)

#A fast distributed messaging system (MQ) Jafka mq is a distributed publish-subscribe messaging system cloned from Apache Kafka.

So it has the 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 interested in scala, please use the origin kafka at apache. Also it has a git repository at github.

News

[2019-05-13] released v3.0.6

Document & Wiki

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

Download

You can download the full package from Google Drive:

  • Jafka Releases https://github.com/adyliu/jafka/releases
  • Google Drive https://drive.google.com/drive/folders/0B4VObojKr49KeVNaTnc3bDlKNXM
  • Baidu Pan http://pan.baidu.com/s/1kU2LuwJ

Maven & Gradle Dependencies

  • http://central.maven.org/maven2/io/jafka/jafka/
  • http://mvnrepository.com/artifact/io.jafka/jafka

Maven

    io.jafka
    jafka
    3.0.6

Gradle

'io.jafka:jafka:3.0.6'

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]

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Javajafka-mqjmskafkamessage-queue

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言