Skip to content

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

License

Notifications You must be signed in to change notification settings

michaelmao999/joyqueue

 
 

Repository files navigation

JoyQueue | 快乐队列

Maven Central GitHub release GitHub

阅读中文版

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

Contributing

We are dedicate to building high-quality messaging platform product. So any thoughts, pull requests, or issues are appreciated.

License

Licensed under the Apache License, Version 2.0.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.9%
  • Vue 6.8%
  • CSS 6.1%
  • JavaScript 2.4%
  • Python 0.3%
  • Shell 0.3%
  • Other 0.2%