Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Disruptor | 16,389 | 2,163 | 1,050 | a day ago | 28 | December 31, 2021 | 8 | apache-2.0 | Java | |
High Performance Inter-Thread Messaging Library | ||||||||||
Metamorphosis | 1,261 | 82 | 2 | 3 years ago | 15 | July 19, 2013 | 47 | apache-2.0 | Java | |
A high available,high performance distributed messaging system. | ||||||||||
Libsourcey | 1,256 | 9 months ago | 71 | lgpl-2.1 | C++ | |||||
C++14 evented IO libraries for high performance networking and media based applications | ||||||||||
Parallel Consumer | 555 | 4 days ago | 16 | July 12, 2022 | 65 | apache-2.0 | Java | |||
Parallel Apache Kafka client wrapper with per message ACK, client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing. | ||||||||||
Nats.java | 501 | 78 | 33 | a day ago | 70 | September 19, 2022 | 29 | apache-2.0 | Java | |
Java client for NATS | ||||||||||
Frpc Go | 405 | a month ago | 3 | apache-2.0 | Go | |||||
fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood | ||||||||||
Joyqueue | 266 | 2 | 3 years ago | 11 | September 23, 2020 | 23 | apache-2.0 | Java | ||
A cloud-native production-quality messaging platform with high performance | ||||||||||
Easy.messagehub | 177 | 3 | 9 | 3 years ago | 14 | June 30, 2019 | mit | C# | ||
No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern. | ||||||||||
Erlzmq2 | 159 | 4 years ago | 24 | mit | C | |||||
Erlang binding for 0MQ (v2) | ||||||||||
Core | 145 | 59 | 2 | 3 years ago | 13 | January 29, 2019 | Java | |||
#新闻
#介绍
Metamorphosis是淘宝开源的一个Java消息中间件,他类似apache-kafka,但不是一个简单的山寨拷贝,而是做了很多改进和优化,项目的主页在淘蝌蚪上。
这是MetaQ的一个github分支,我做了部分优化和改进,并将meta发布到maven central repository,还做了一些wiki文档,我能承诺的是我个人会持续维护本项目。
MetaQ的淘宝版本已经发展到2.0乃至3.0版本,设计原则发生了变更,有兴趣的可以上它的官方网站看。
本分支应用在京东,支付宝,腾讯等公司的产品上。
#关于我
我在淘宝中间件部门工作了近3年,主要负责分布式消息中间件,高性能网络框架,分布式配置产品等的设计和开发,Metamorphosis是我在淘宝发起和实现的项目。目前我在AVOS.com工作。我的个人主页。
#协议
基于Apache License 2.0
#下载
因为github不再提供下载服务,因此请前往googlecode下载。
或者从我的个人网站下载,请下载后自行对照md5checksum:
http://fnil.net/downloads/index.html
#更多
参见wiki。