Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 4.7 KB

README-CN.md

File metadata and controls

71 lines (55 loc) · 4.7 KB

Apache RocketMQ 客户端

License CPP C# Java Golang PHP Codecov-cpp Codecov-java Codecov-golang Maven Central

English | 简体中文 | RocketMQ 官网

概述

Apache RocketMQ 的多语言客户端实现。遵从 rocketmq-apis 约束,使用 Protocol BuffersgRPC 替代了 4.x 的旧有协议。

设计目标

为 Apache RocketMQ 提供包含 Java,C++,C#,Golang,JavaScript,Rust 在内的所有主流编程语言的云原生的,健壮的客户端解决方案。

特性与进度

  • 可用 - ✅
  • 进行中 - 🚧
特性 Java C/C++ C# Golang Rust Node.js Python
Producer with standard messages 🚧 🚧 🚧
Producer with FIFO messages 🚧 🚧 🚧
Producer with timed/delay messages 🚧 🚧 🚧
Producer with transactional messages 🚧 🚧 🚧
Simple consumer 🚧 🚧 🚧
Push consumer with concurrent message listener 🚧 🚧 🚧 🚧 🚧
Push consumer with FIFO message listener 🚧 🚧 🚧 🚧 🚧

参与贡献

与 Apache RocketMQ 的其他项目类似,我们欢迎任何形式的贡献,包括但不仅限于提交 bug 报告、勘误纠错、文档撰写或提交 feature。成为 Apache RocketMQ contributor,从第一个 issue/pull request 开始!

相关链接

开源许可证

Apache License, Version 2.0 Copyright (C) Apache Software Foundation