rocketmq-client-cpp-1.2.0
This release is a huge step forward compared with the 1.0.1 version. It provides two kinds of interfaces in C++ and C-style, and a bunch of other language bindings will be built on top of it, including python, Node.js, C#, golang and so on. We simplified the process of project compilation in this version, and you can compile the whole project with just one command.
New Feature:
- Support reliable synchronous, one-way and order transmission
- Support push consumer and pull consumer.
- Support setDelayTimeLevel.
- Support message compression.
- Support setting up message consumption mode.
Improvement:
- Enhanced the capability of multi-platform support, such as Linux, Window, MacOS.
- The compilation method of the project is simplified. You can compile the entire project with one command.
Bug:
Fix an issue about the unique key. When a message is sent, the producer cannot get unique.