Skip to content

chicc999/joyqueue

 
 

Repository files navigation

JoyQueue

License Release Maven Central Last commit Travis Coverage Status

阅读中文版

JoyQueue -- A cloud-native production-ready messaging platform with excellent performance.

Features

  • High performance design with low latency and high throughput, see performance.
  • Built-in multi-protocol support, working pretty well with OpenMessaging, Kafka and MQTT clients.
  • easy to deploy: single-process, zero-dependent, no need of additional cluster coordination services.
  • Large-scale clustering.
  • Strong durability
  • Consistent replication based on Raft consensus algorithm.
  • Full-featured web management console.
  • Other nice features:
    • Rich metrics APIs
    • Transactions
    • Parallel message consumption
    • Message archiving
    • Message preview
    • Automatically save consumption failure messages and error logs
    • Unlimited message stacking capacity

Performance

A JoyQueue performance test results here:

Scenario QPS clients Delay AVG/TP99/TP999 (ms) Fail(%)
Online service 510, 924 400 1/4/8 0
Streaming 32, 961, 776 900 N/A 0

Scenario settings:

Scenario Sync/Async Batch Compress Msg size Partitions Client SDK
Online service Sync 1 Not compressed 1KB 200 joyqueue-client-4.1.0
Streaming Async 100 LZ4 1KB 200 kafka-clients-2.1.1

For detail,visit Performance

Quickstart

Visit Quick start

Documentation

Visit Documentation Index

Dependency Analysis

The License Maven Plugin manages the license of this project and its dependencies. Use maven goal license:third-party-report to generate a report of all third-parties detected in the project.

mvn license:aggregate-third-party-report

Contributing

We are dedicate to building high-quality messaging platform product. So any thoughts, pull requests, or issues are appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

License

Licensed under the Apache License, Version 2.0.

About

A cloud-native production-quality messaging platform with high performance

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.2%
  • Vue 7.6%
  • CSS 5.3%
  • JavaScript 2.4%
  • Python 0.3%
  • Shell 0.2%