# jafka **Repository Path**: merlins/jafka ## Basic Information - **Project Name**: jafka - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #A fast distributed messaging system (MQ) [![Build Status](https://travis-ci.org/adyliu/jafka.png?branch=master)](https://travis-ci.org/adyliu/jafka) Jafka mq is a distributed publish-subscribe messaging system cloned from [Apache Kafka](http://kafka.apache.org/). 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](http://www.scala-lang.org/), please use the origin kafka at [apache](http://kafka.apache.org/). Also it has a git repository at [github](https://github.com/apache/kafka/). ## News [2016-05-13] [released](https://github.com/adyliu/jafka/wiki/history) [v1.6.1](http://central.maven.org/maven2/com/sohu/jafka/jafka/) ## Document & Wiki Wiki: [https://github.com/adyliu/jafka/wiki](https://github.com/adyliu/jafka/wiki) ## Download You can download the full package from Google Drive: * Google Drive [https://googledrive.com/host/0B4VObojKr49KeVNaTnc3bDlKNXM/](https://googledrive.com/host/0B4VObojKr49KeVNaTnc3bDlKNXM/) * Baidu Pan [http://pan.baidu.com/s/1kU2LuwJ](http://pan.baidu.com/s/1kU2LuwJ) ## Maven & Gradle Dependencies * [http://central.maven.org/maven2/com/sohu/jafka/jafka/](http://central.maven.org/maven2/com/sohu/jafka/jafka/) * [http://mvnrepository.com/artifact/com.sohu.jafka/jafka](http://mvnrepository.com/artifact/com.sohu.jafka/jafka) Maven com.sohu.jafka jafka 1.6.1 Gradle 'com.sohu.jafka:jafka:1.6.1' ## Contributor * @rockybean * @tiny657 ## License Apache License 2.0 => [https://github.com/adyliu/jafka/blob/master/LICENSE](https://github.com/adyliu/jafka/blob/master/LICENSE) ---- [Keywords: jafka, kafka, messaging system, mq, jafka mq, sohu]