adyliu / jafka

a fast and simple distributed publish-subscribe messaging system (mq)
https://github.com/adyliu/jafka/wiki
Apache License 2.0
720 stars 323 forks source link
jafka-mq jms kafka message-queue mq

A fast distributed messaging system (MQ)

License Build Status Maven Central

Jafka mq is a distributed publish-subscribe messaging system cloned from Apache Kafka.

So it has the following features:

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:

Maven & Gradle Dependencies

Maven

<dependency>
    <groupId>io.jafka</groupId>
    <artifactId>jafka</artifactId>
    <version>3.0.6</version>
</dependency>

Gradle

'io.jafka:jafka:3.0.6'

Contributor

License

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


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