| commit | 811e70b9ec14c4f6cc88a0566577c69a2923cabf | [log] [tgz] |
|---|---|---|
| author | guyinyou <36399867+guyinyou@users.noreply.github.com> | Mon Mar 10 17:31:39 2025 +0800 |
| committer | GitHub <noreply@github.com> | Mon Mar 10 17:31:39 2025 +0800 |
| tree | b0e2b9e7c62bc92b18133b69a18f81af87f573fb | |
| parent | 322e9a2d0b3f6b4b74d4eebb330c5e9238d93b36 [diff] |
golang: support LZ4 and ZSTD compression algorithm (#958) * support LZ4 and ZSTD compression algorithm * update zstd * update go mod --------- Co-authored-by: guyinyou <guyinyou.gyy@alibaba-inc.com>
English | 简体中文 | RocketMQ Website
Client bindings for Apache RocketMQ, as known as RocketMQ 5.x SDK. All of them follow the specification of rocketmq-apis, replacing 4.x remoting-based counterparts. Clients in this repository are built on top of Protocol Buffers and gRPC.
Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and all other mainstream programming languages.
| Feature | Java | C/C++ | C# | Golang | Rust | Python | Node.js | PHP |
|---|---|---|---|---|---|---|---|---|
| Producer with standard messages | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 |
| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 |
| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 |
| Producer with transactional messages | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 |
| Producer with recalling timed/delay messages | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 |
| Simple consumer | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 🚧 |
| Push consumer with concurrent message listener | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |
| Push consumer with FIFO message listener | ✅ | ✅ | ✅ | 🚧 | ✅ | 🚧 | 🚧 | 🚧 |
This project is organized as a monorepo, with each language's bindings containing specific instructions in their respective subdirectories for building the project. As the rocketmq-apis submodule is incorporated into the project and could be utilized by some bindings, we highly advise cloning the repository by executing the command below:
git clone --recursive git@github.com:apache/rocketmq-clients.git
Similar to other projects of Apache RocketMQ, any attempt to make this project better is welcome, including but not limited to filing a bug report, correcting type error or document writing to complete feature implementation. Do not hesitate to make a pull request if this project catches your attention.
Apache License, Version 2.0 Copyright (C) Apache Software Foundation