{"id":18802404,"url":"https://github.com/jd-opensource/joyqueue","last_synced_at":"2025-04-05T02:12:26.853Z","repository":{"id":37318910,"uuid":"198220069","full_name":"jd-opensource/joyqueue","owner":"jd-opensource","description":"A cloud-native production-quality messaging platform with high performance","archived":false,"fork":false,"pushed_at":"2022-12-16T04:45:30.000Z","size":20789,"stargazers_count":374,"open_issues_count":35,"forks_count":139,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-29T01:09:49.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jd-opensource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-22T12:34:59.000Z","updated_at":"2025-03-28T09:31:37.000Z","dependencies_parsed_at":"2023-01-29T09:16:31.420Z","dependency_job_id":null,"html_url":"https://github.com/jd-opensource/joyqueue","commit_stats":null,"previous_names":["joyqueue/joyqueue","jd-opensource/joyqueue","chubaostream/joyqueue"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjoyqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjoyqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjoyqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-opensource%2Fjoyqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jd-opensource","download_url":"https://codeload.github.com/jd-opensource/joyqueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:27:57.345Z","updated_at":"2025-04-05T02:12:26.834Z","avatar_url":"https://github.com/jd-opensource.png","language":"Java","readme":"# JoyQueue\n\n[![License](https://img.shields.io/github/license/chubaostream/joyqueue)](./LICENSE)\n[![Release](https://img.shields.io/github/v/release/chubaostream/joyqueue)](https://github.com/chubaostream/joyqueue/releases)\n[![Maven Central](https://img.shields.io/maven-central/v/org.joyqueue/joyqueue-client?color=brightgreen)](https://search.maven.org/search?q=org.joyqueue)\n[![Last commit](https://img.shields.io/github/last-commit/chubaostream/joyqueue)](https://github.com/chubaostream/joyqueue/commits)\n[![Travis](https://img.shields.io/travis/chubaostream/joyqueue)](https://travis-ci.org/chubaostream/joyqueue)\n[![Coverage Status](https://coveralls.io/repos/github/chubaostream/joyqueue/badge.svg)](https://coveralls.io/github/chubaostream/joyqueue)\n\n[阅读中文版](docs/cn/README.md)\n\nJoyQueue -- A cloud-native production-ready messaging platform with excellent performance. \n\n## Features\n\n* High performance design with low latency and high throughput, see [performance](#Performance).\n* Built-in multi-protocol support, working pretty well with OpenMessaging, Kafka and MQTT clients.\n* easy to deploy: single-process, zero-dependent, no need of additional cluster coordination services.\n* Large-scale clustering.\n* Strong durability\n* Consistent replication based on [Raft consensus algorithm](https://raft.github.io/).\n* Full-featured web management console.\n* Other nice features:\n  * Rich metrics APIs\n  * Transactions\n  * Parallel message consumption\n  * Message archiving\n  * Message preview\n  * Automatically save consumption failure messages and error logs\n  * Unlimited message stacking capacity\n\n## Performance\n\nA JoyQueue performance test results here：\n\n| Scenario | QPS | clients | Delay AVG/TP99/TP999 (ms) | Fail(%)\n| :----:| :----:|:----: |:----: |:----:|\n|**Online service**| **510, 924** | 400| 1/4/8 | 0\n|**Streaming** | **32, 961, 776** | 900 | N/A | 0\n\nScenario settings:\n\nScenario | Sync/Async | Batch | Compress | Msg size | Partitions | Client SDK\n-- | -- | -- | -- | -- | -- | --\n**Online service** | Sync | 1 | Not compressed | 1KB | 200 | joyqueue-client-4.1.0\n**Streaming** | Async | 100 | LZ4 | 1KB | 200 | kafka-clients-2.1.1\n\nFor detail，visit [Performance](./docs/cn/performance.md)。\n\n## Quickstart\n\nVisit [Quick start](./docs/cn/quickstart.md)。\n\n## Documentation\n\nVisit [Documentation Index](./docs/cn/index.md)。\n\n## Dependency Analysis\n\nThe [License Maven Plugin](https://www.mojohaus.org/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.\n\n```bash\nmvn license:aggregate-third-party-report\n```\n\n## Contributing\n\nWe are dedicate to building high-quality messaging platform product. So any thoughts, pull requests, or issues are appreciated.\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.\n\n## License\n\nLicensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n","funding_links":[],"categories":["进程间通信"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Fjoyqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjd-opensource%2Fjoyqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-opensource%2Fjoyqueue/lists"}