You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@rocketmq.apache.org by 李维军 <ju...@alibaba-inc.com> on 2019/01/04 06:07:13 UTC

回复:[VOTE] RocketMQ-client-go 1.2.0 Release And Graduation

+1 Congratulations
------------------------------------------------------------------
发件人:Shannon <li...@163.com>
发送时间:2019年1月4日(星期五) 13:24
收件人:dev@rocketmq.apache.org <de...@rocketmq.apache.org>
抄 送:users@rocketmq.apache.org <us...@rocketmq.apache.org>
主 题:[VOTE] RocketMQ-client-go 1.2.0 Release And Graduation

Hello RocketMQ Community,

This is the vote for the 1.2.0 release and the graduation of Apache RocketMQ-client-go.

Github repo: https://github.com/apache/rocketmq-client-go

The version released this time is the first initial golang client of rocketmq. It is based on the kernel of the CPP client and uses cgo to encapsulate the API Implementation of C. You can import go package with go get command. 
The current version provides the following functions: 
1.support reliable synchronous sending of messages;
2.support reliable orderly sending of messages;
3.support reliable push consumption model;
4.support default cluster consumption;
5.support delayed messages;
6.support reliable pull consumption model;
7.support custom message properties;
8.support message Compression.
9.support oneway sending of messages;
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