Release of cpp-5.0.0-rc1

This is the 1st release candidate of C++ binding for Apache RocketMQ.
Supported features are:
1. Publish standard messages;
2. Publish FIFO messages;
3. Publish timed messages;
4. Publish transactional messages;
5. Message-listener based PushConsumer for concurrent use case;
6. Message-listener based PushConsumer for FIFO groups/messages;
7. SimpleConsumer, providing maximum flexibility of message consumption
   based on raw API;
8. Custom retry policy when throttled;
9. Modern observability complying with OpenCensus/OpenTelemetry;
[maven-release-plugin] prepare for next development iteration
4 files changed
tree: f7ad904610e0a98ba0251169b64a0ea47bf391b6
  1. .github/
  2. cpp/
  3. csharp/
  4. docs/
  5. golang/
  6. java/
  7. rust/
  8. .asf.yaml
  9. .gitignore
  10. .licenserc.yaml
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

License CPP C# Java Golang

Overview

Client bindings for Apache RocketMQ, 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.

Goal

Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and all other mainstream programming languages.

Features and Status

  • Ready - ✅
  • Work in progress - 🚧
FeatureJavaC/C++C#GolangRustNode.jsPython
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🚧🚧🚧🚧🚧

Related

License

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