You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@rocketmq.apache.org by ShannonDing <di...@apache.org> on 2019/07/20 17:40:11 UTC

[VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by Gosling Von <fe...@gmail.com>.
+1

Best Regards,
Von Gosling

> On Jul 21, 2019, at 1:40 AM, ShannonDing <di...@apache.org> wrote:
> 
> Hello RocketMQ Community,
> This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.
> 
> The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,
> this release also will bring some unit tests for functionality.
> 
> Github repo: https://github.com/apache/rocketmq-client-go/tree/native <https://github.com/apache/rocketmq-client-go/tree/native>
> Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75 <https://github.com/apache/rocketmq-client-go/issues/75>)
> 
> ### Feature
> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86 <https://github.com/apache/rocketmq-client-go/issues/86>)] - Support Interceptor  
> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96 <https://github.com/apache/rocketmq-client-go/pull/96>)] - Support multiple NameServer  
> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102 <https://github.com/apache/rocketmq-client-go/pull/102>)] - Support QueueSelector  
> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100 <https://github.com/apache/rocketmq-client-go/pull/100>)] - Support SendAsync  
> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106 <https://github.com/apache/rocketmq-client-go/pull/106>)] - Support PullConsumer  
> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113 <https://github.com/apache/rocketmq-client-go/pull/113>)] - Support Statistics of client  
> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115 <https://github.com/apache/rocketmq-client-go/pull/115>)] - Support order message in PushConsumer  
> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117 <https://github.com/apache/rocketmq-client-go/pull/117>)] - Support ACL 
> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/ <https://github.com/apache/rocketmq-client-go/pull/119/>)] - Support retry when consume failed in PushConsumer  
> 
> ### Improvement
> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93 <https://github.com/apache/rocketmq-client-go/issues/93>)] - Refactor API to make more usability.
> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107 <https://github.com/apache/rocketmq-client-go/pull/107>)] - Change the log level from fatal to error in `start()`   
> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109 <https://github.com/apache/rocketmq-client-go/pull/109>)] - Add unit test for producer
> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116 <https://github.com/apache/rocketmq-client-go/pull/116>)] - Add unit test for internal/route.go
> 
> ### Bug
> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65 <https://github.com/apache/rocketmq-client-go/issues/65>)] - Fixed the issue that Missing Tag and Properties in Message when use producer.
> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97 <https://github.com/apache/rocketmq-client-go/pull/97>)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work
> 
> For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2 <https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2>
> 
> 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


Re:[VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by 徐江 <jo...@163.com>.
+1 approve




At 2019-07-21 01:40:11, "ShannonDing" <di...@apache.org> wrote:
>Hello RocketMQ Community,
>
>This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.
>
>
>
>
>The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,
>
>this release also will bring some unit tests for functionality.
>
>
>
>
>Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>
>Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)
>
>
>
>
>### Feature
>
>- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  
>
>- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  
>
>- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  
>
>- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  
>
>- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  
>
>- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  
>
>- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  
>
>- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 
>
>- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  
>
>
>
>
>### Improvement
>
>- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.
>
>- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   
>
>- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer
>
>- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go
>
>
>
>
>### Bug
>
>- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.
>
>- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work
>
>
>
>
>For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>
>
>
>
>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

Re:[VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by 徐江 <jo...@163.com>.
+1 approve




At 2019-07-21 01:40:11, "ShannonDing" <di...@apache.org> wrote:
>Hello RocketMQ Community,
>
>This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.
>
>
>
>
>The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,
>
>this release also will bring some unit tests for functionality.
>
>
>
>
>Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>
>Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)
>
>
>
>
>### Feature
>
>- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  
>
>- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  
>
>- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  
>
>- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  
>
>- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  
>
>- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  
>
>- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  
>
>- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 
>
>- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  
>
>
>
>
>### Improvement
>
>- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.
>
>- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   
>
>- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer
>
>- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go
>
>
>
>
>### Bug
>
>- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.
>
>- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work
>
>
>
>
>For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>
>
>
>
>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

[RESULT][VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.
Hello RocketMQ Community,




The Apache RocketMQ Spring vote is now closed and has passed with [3] binding +1s,[3] non-binding +1s and no 0 or -1:




*Binding votes +1s:*




heng du (duhengforever@apache.org) 




Shannon Ding (dinglei@apache.org)




Gosling Von (vongosling@apache.org)




*Non-binding votes +1s:*




wenfeng wang(sxian.wang@gmail.com)




jonnxu(xujiang@apache.org)




wliqipeng(wlliqipeng@apache.org)




The release will be published soon.




Thanks,

The Apache RocketMQ Team





On 07/23/2019 10:30,ShannonDing<di...@apache.org> wrote:


+1


On 07/22/2019 14:12,heng du<du...@gmail.com> wrote:
+1


wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

+1



ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:


Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

[RESULT][VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.
Hello RocketMQ Community,




The Apache RocketMQ Spring vote is now closed and has passed with [3] binding +1s,[3] non-binding +1s and no 0 or -1:




*Binding votes +1s:*




heng du (duhengforever@apache.org) 




Shannon Ding (dinglei@apache.org)




Gosling Von (vongosling@apache.org)




*Non-binding votes +1s:*




wenfeng wang(sxian.wang@gmail.com)




jonnxu(xujiang@apache.org)




wliqipeng(wlliqipeng@apache.org)




The release will be published soon.




Thanks,

The Apache RocketMQ Team





On 07/23/2019 10:30,ShannonDing<di...@apache.org> wrote:


+1


On 07/22/2019 14:12,heng du<du...@gmail.com> wrote:
+1


wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

+1



ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:


Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.

+1


On 07/22/2019 14:12,heng du<du...@gmail.com> wrote:
+1


wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

+1



ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:


Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.

+1


On 07/22/2019 14:12,heng du<du...@gmail.com> wrote:
+1


wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

+1



ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:


Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by heng du <du...@gmail.com>.
+1

wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

> +1
>
> ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:
>
>> Hello RocketMQ Community,
>>
>> This is the vote for the release of Apache RocketMQ Go Native Client
>> 2.0.0-alpha2.
>>
>>
>> The main goal of this release is to support some new features, e.g. send
>> the message by async model and pull consumer. and besides this,
>>
>> this release also will bring some unit tests for functionality.
>>
>>
>> Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>>
>> Many features have not an independent issue, you can find them in
>> Roadmap issue: [2.0.0-alpha2 Roadmap](
>> https://github.com/apache/rocketmq-client-go/issues/75)
>>
>>
>> ### Feature
>>
>> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] -
>> Support Interceptor
>>
>> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] -
>> Support multiple NameServer
>>
>> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] -
>> Support QueueSelector
>>
>> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] -
>> Support SendAsync
>>
>> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] -
>> Support PullConsumer
>>
>> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] -
>> Support Statistics of client
>>
>> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] -
>> Support order message in PushConsumer
>>
>> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] -
>> Support ACL
>>
>> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] -
>> Support retry when consume failed in PushConsumer
>>
>>
>> ### Improvement
>>
>> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] -
>> Refactor API to make more usability.
>>
>> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] -
>> Change the log level from fatal to error in `start()`
>>
>> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] -
>> Add unit test for producer
>>
>> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] -
>> Add unit test for internal/route.go
>>
>>
>> ### Bug
>>
>> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] -
>> Fixed the issue that Missing Tag and Properties in Message when use
>> producer.
>>
>> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] -
>> Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync
>> doesn't work
>>
>>
>> For more information about this release, you can refer to
>> https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>>
>>
>> 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
>>
>

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by heng du <du...@gmail.com>.
+1

wenfeng wang <sx...@gmail.com> 于2019年7月22日周一 上午1:02写道:

> +1
>
> ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:
>
>> Hello RocketMQ Community,
>>
>> This is the vote for the release of Apache RocketMQ Go Native Client
>> 2.0.0-alpha2.
>>
>>
>> The main goal of this release is to support some new features, e.g. send
>> the message by async model and pull consumer. and besides this,
>>
>> this release also will bring some unit tests for functionality.
>>
>>
>> Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>>
>> Many features have not an independent issue, you can find them in
>> Roadmap issue: [2.0.0-alpha2 Roadmap](
>> https://github.com/apache/rocketmq-client-go/issues/75)
>>
>>
>> ### Feature
>>
>> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] -
>> Support Interceptor
>>
>> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] -
>> Support multiple NameServer
>>
>> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] -
>> Support QueueSelector
>>
>> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] -
>> Support SendAsync
>>
>> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] -
>> Support PullConsumer
>>
>> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] -
>> Support Statistics of client
>>
>> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] -
>> Support order message in PushConsumer
>>
>> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] -
>> Support ACL
>>
>> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] -
>> Support retry when consume failed in PushConsumer
>>
>>
>> ### Improvement
>>
>> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] -
>> Refactor API to make more usability.
>>
>> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] -
>> Change the log level from fatal to error in `start()`
>>
>> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] -
>> Add unit test for producer
>>
>> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] -
>> Add unit test for internal/route.go
>>
>>
>> ### Bug
>>
>> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] -
>> Fixed the issue that Missing Tag and Properties in Message when use
>> producer.
>>
>> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] -
>> Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync
>> doesn't work
>>
>>
>> For more information about this release, you can refer to
>> https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>>
>>
>> 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
>>
>

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by wenfeng wang <sx...@gmail.com>.
+1

ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:

> Hello RocketMQ Community,
>
> This is the vote for the release of Apache RocketMQ Go Native Client
> 2.0.0-alpha2.
>
>
> The main goal of this release is to support some new features, e.g. send
> the message by async model and pull consumer. and besides this,
>
> this release also will bring some unit tests for functionality.
>
>
> Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>
> Many features have not an independent issue, you can find them in Roadmap
> issue: [2.0.0-alpha2 Roadmap](
> https://github.com/apache/rocketmq-client-go/issues/75)
>
>
> ### Feature
>
> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] -
> Support Interceptor
>
> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] -
> Support multiple NameServer
>
> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] -
> Support QueueSelector
>
> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] -
> Support SendAsync
>
> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] -
> Support PullConsumer
>
> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] -
> Support Statistics of client
>
> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] -
> Support order message in PushConsumer
>
> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] -
> Support ACL
>
> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] -
> Support retry when consume failed in PushConsumer
>
>
> ### Improvement
>
> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] -
> Refactor API to make more usability.
>
> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] -
> Change the log level from fatal to error in `start()`
>
> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add
> unit test for producer
>
> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add
> unit test for internal/route.go
>
>
> ### Bug
>
> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] -
> Fixed the issue that Missing Tag and Properties in Message when use
> producer.
>
> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed
> the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't
> work
>
>
> For more information about this release, you can refer to
> https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>
>
> 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
>

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by Gosling Von <fe...@gmail.com>.
+1

Best Regards,
Von Gosling

> On Jul 21, 2019, at 1:40 AM, ShannonDing <di...@apache.org> wrote:
> 
> Hello RocketMQ Community,
> This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.
> 
> The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,
> this release also will bring some unit tests for functionality.
> 
> Github repo: https://github.com/apache/rocketmq-client-go/tree/native <https://github.com/apache/rocketmq-client-go/tree/native>
> Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75 <https://github.com/apache/rocketmq-client-go/issues/75>)
> 
> ### Feature
> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86 <https://github.com/apache/rocketmq-client-go/issues/86>)] - Support Interceptor  
> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96 <https://github.com/apache/rocketmq-client-go/pull/96>)] - Support multiple NameServer  
> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102 <https://github.com/apache/rocketmq-client-go/pull/102>)] - Support QueueSelector  
> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100 <https://github.com/apache/rocketmq-client-go/pull/100>)] - Support SendAsync  
> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106 <https://github.com/apache/rocketmq-client-go/pull/106>)] - Support PullConsumer  
> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113 <https://github.com/apache/rocketmq-client-go/pull/113>)] - Support Statistics of client  
> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115 <https://github.com/apache/rocketmq-client-go/pull/115>)] - Support order message in PushConsumer  
> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117 <https://github.com/apache/rocketmq-client-go/pull/117>)] - Support ACL 
> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/ <https://github.com/apache/rocketmq-client-go/pull/119/>)] - Support retry when consume failed in PushConsumer  
> 
> ### Improvement
> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93 <https://github.com/apache/rocketmq-client-go/issues/93>)] - Refactor API to make more usability.
> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107 <https://github.com/apache/rocketmq-client-go/pull/107>)] - Change the log level from fatal to error in `start()`   
> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109 <https://github.com/apache/rocketmq-client-go/pull/109>)] - Add unit test for producer
> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116 <https://github.com/apache/rocketmq-client-go/pull/116>)] - Add unit test for internal/route.go
> 
> ### Bug
> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65 <https://github.com/apache/rocketmq-client-go/issues/65>)] - Fixed the issue that Missing Tag and Properties in Message when use producer.
> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97 <https://github.com/apache/rocketmq-client-go/pull/97>)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work
> 
> For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2 <https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2>
> 
> 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


[RESULT][VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.
Hello RocketMQ Community,




The  Apache RocketMQ Go Native Client 2.0.0-alpha2 vote is now closed and has passed with [3] binding +1s,[3] non-binding +1s and no 0 or -1:




*Binding votes +1s:*




heng du (duhengforever@apache.org) 




Shannon Ding (dinglei@apache.org)




Gosling Von (vongosling@apache.org)




*Non-binding votes +1s:*




wenfeng wang(sxian.wang@gmail.com)




jonnxu(xujiang@apache.org)




wliqipeng(wlliqipeng@apache.org)




The release will be published soon.




Thanks,

The Apache RocketMQ Team





On 07/21/2019 01:40,ShannonDing<di...@apache.org> wrote:

Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by wenfeng wang <sx...@gmail.com>.
+1

ShannonDing <di...@apache.org> 于2019年7月21日周日 上午1:41写道:

> Hello RocketMQ Community,
>
> This is the vote for the release of Apache RocketMQ Go Native Client
> 2.0.0-alpha2.
>
>
> The main goal of this release is to support some new features, e.g. send
> the message by async model and pull consumer. and besides this,
>
> this release also will bring some unit tests for functionality.
>
>
> Github repo: https://github.com/apache/rocketmq-client-go/tree/native
>
> Many features have not an independent issue, you can find them in Roadmap
> issue: [2.0.0-alpha2 Roadmap](
> https://github.com/apache/rocketmq-client-go/issues/75)
>
>
> ### Feature
>
> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] -
> Support Interceptor
>
> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] -
> Support multiple NameServer
>
> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] -
> Support QueueSelector
>
> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] -
> Support SendAsync
>
> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] -
> Support PullConsumer
>
> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] -
> Support Statistics of client
>
> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] -
> Support order message in PushConsumer
>
> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] -
> Support ACL
>
> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] -
> Support retry when consume failed in PushConsumer
>
>
> ### Improvement
>
> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] -
> Refactor API to make more usability.
>
> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] -
> Change the log level from fatal to error in `start()`
>
> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add
> unit test for producer
>
> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add
> unit test for internal/route.go
>
>
> ### Bug
>
> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] -
> Fixed the issue that Missing Tag and Properties in Message when use
> producer.
>
> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed
> the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't
> work
>
>
> For more information about this release, you can refer to
> https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
>
>
> 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
>

Re: [VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by liqipeng <wl...@163.com>.
+1
> 在 2019年7月21日,上午1:40,ShannonDing <di...@apache.org> 写道:
> 
> Hello RocketMQ Community,
> 
> This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.
> 
> 
> 
> 
> The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,
> 
> this release also will bring some unit tests for functionality.
> 
> 
> 
> 
> Github repo: https://github.com/apache/rocketmq-client-go/tree/native
> 
> Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)
> 
> 
> 
> 
> ### Feature
> 
> - [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  
> 
> - [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  
> 
> - [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  
> 
> - [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  
> 
> - [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  
> 
> - [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  
> 
> - [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  
> 
> - [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 
> 
> - [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  
> 
> 
> 
> 
> ### Improvement
> 
> - [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.
> 
> - [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   
> 
> - [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer
> 
> - [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go
> 
> 
> 
> 
> ### Bug
> 
> - [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.
> 
> - [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work
> 
> 
> 
> 
> For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2
> 
> 
> 
> 
> 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


[RESULT][VOTE] Release Apache RocketMQ Go Native Client 2.0.0-alpha2.

Posted by ShannonDing <di...@apache.org>.
Hello RocketMQ Community,




The  Apache RocketMQ Go Native Client 2.0.0-alpha2 vote is now closed and has passed with [3] binding +1s,[3] non-binding +1s and no 0 or -1:




*Binding votes +1s:*




heng du (duhengforever@apache.org) 




Shannon Ding (dinglei@apache.org)




Gosling Von (vongosling@apache.org)




*Non-binding votes +1s:*




wenfeng wang(sxian.wang@gmail.com)




jonnxu(xujiang@apache.org)




wliqipeng(wlliqipeng@apache.org)




The release will be published soon.




Thanks,

The Apache RocketMQ Team





On 07/21/2019 01:40,ShannonDing<di...@apache.org> wrote:

Hello RocketMQ Community,

This is the vote for the release of Apache RocketMQ Go Native Client 2.0.0-alpha2.




The main goal of this release is to support some new features, e.g. send the message by async model and pull consumer. and besides this,

this release also will bring some unit tests for functionality.




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

Many features have not an independent issue, you can find them in Roadmap issue: [2.0.0-alpha2 Roadmap](https://github.com/apache/rocketmq-client-go/issues/75)




### Feature

- [[PR-86](https://github.com/apache/rocketmq-client-go/issues/86)] - Support Interceptor  

- [[PR-96](https://github.com/apache/rocketmq-client-go/pull/96)] - Support multiple NameServer  

- [[PR-102](https://github.com/apache/rocketmq-client-go/pull/102)] - Support QueueSelector  

- [[PR-100](https://github.com/apache/rocketmq-client-go/pull/100)] - Support SendAsync  

- [[PR-106](https://github.com/apache/rocketmq-client-go/pull/106)] - Support PullConsumer  

- [[PR-113](https://github.com/apache/rocketmq-client-go/pull/113)] - Support Statistics of client  

- [[PR-115](https://github.com/apache/rocketmq-client-go/pull/115)] - Support order message in PushConsumer  

- [[PR-117](https://github.com/apache/rocketmq-client-go/pull/117)] - Support ACL 

- [[PR-119](https://github.com/apache/rocketmq-client-go/pull/119/)] - Support retry when consume failed in PushConsumer  




### Improvement

- [[ISSUE-93](https://github.com/apache/rocketmq-client-go/issues/93)] - Refactor API to make more usability.

- [[PR-107](https://github.com/apache/rocketmq-client-go/pull/107)] - Change the log level from fatal to error in `start()`   

- [[PR-109](https://github.com/apache/rocketmq-client-go/pull/109)] - Add unit test for producer

- [[PR-116](https://github.com/apache/rocketmq-client-go/pull/116)] - Add unit test for internal/route.go




### Bug

- [[ISSUE-65](https://github.com/apache/rocketmq-client-go/issues/65)] - Fixed the issue that Missing Tag and Properties in Message when use producer.

- [[PR-97](https://github.com/apache/rocketmq-client-go/pull/97)] - Fixed the issue that The timeout of RPC doesn't work and The InvokeAsync doesn't work




For more information about this release, you can refer to https://github.com/apache/rocketmq-client-go/releases/tag/2.0.0-alpha2




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