jafka

A fast distributed publish-subscribe messaging system.

Лицензия

Лицензия

Группа

Группа

io.jafka
Идентификатор

Идентификатор

jafka
Последняя версия

Последняя версия

3.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

jafka
A fast distributed publish-subscribe messaging system.
Ссылка на сайт

Ссылка на сайт

https://github.com/adyliu/jafka
Система контроля версий

Система контроля версий

https://github.com/adyliu/jafka

Скачать jafka

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.jafka/jafka/ -->
<dependency>
    <groupId>io.jafka</groupId>
    <artifactId>jafka</artifactId>
    <version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.jafka/jafka/
implementation 'io.jafka:jafka:3.0.6'
// https://jarcasting.com/artifacts/io.jafka/jafka/
implementation ("io.jafka:jafka:3.0.6")
'io.jafka:jafka:jar:3.0.6'
<dependency org="io.jafka" name="jafka" rev="3.0.6">
  <artifact name="jafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jafka', module='jafka', version='3.0.6')
)
libraryDependencies += "io.jafka" % "jafka" % "3.0.6"
[io.jafka/jafka "3.0.6"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.26
org.slf4j : slf4j-log4j12 Необязательный jar 1.7.26
com.github.adyliu : zkclient jar 2.1.2
com.fasterxml.jackson.core : jackson-databind jar [2.9.8,)
com.fasterxml.jackson.core : jackson-core jar [2.9.8,)
mx4j : mx4j-tools Необязательный jar 3.0.1
io.netty : netty-all jar 4.1.36.Final
net.sf.jopt-simple : jopt-simple Необязательный jar 5.0.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

#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:

  • 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:

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

  • @rockybean
  • @tiny657

License

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


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

Версии библиотеки

Версия
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0