+1 Glad to see the improvement of build scripts of the codebase and look forward to code refinement in the next release as C++11 is officially adopted.
On Thu, Dec 6, 2018 at 7:16 PM lollipop <[email protected]> wrote: > + 1 > > On Thu, Dec 6, 2018 at 11:21 AM heng du <[email protected]> wrote: > > > Hello RocketMQ Community, > > > > This is the vote for the 1.2.0 release and the graduation of Apache > > RocketMQ-client-cpp. > > > > Github repo: https://github.com/apache/rocketmq-client-cpp < > > https://github.com/apache/rocketmq-client-cpp> > > This release is a huge step forward in cpp 1.0.1. It <http://1.0.1.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 > > C-Style API was added to support multilingual client, such as > > python,node.js, golang, which has not yet implemented all the functions > of > > C++ API. The following are the major functions of C-Style API : > > > > > > 1 Support reliable synchronous, one-way and order transmission > > 2 Support push consumer and pull consumer. > > 3 Support setDelayTimeLevel. > > 4 Support message compression. > > 5 Support setting up message consumption mode. > > Improvement: > > 1 Enhanced the capability of multi-platform support, such as linux, > > window,macOS. > > 2 The compilation method of the project is simplified. You can compile > > the entire project with one command. > > Bug: > > 1 Fix an issue about the unique key. When a message is sent, the producer > > cannot get unique. > > > > The vote will be open for at least 72 hours or until a necessary number > of > > votes are reached. > > > > Please vote accordingly: > > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > Thanks, > > The Apache RocketMQ Team >
