[GitHub] [rocketmq-client-go] ShannonDing merged pull request #214: doc(Readme):modify the install method of c library

2019-09-17 Thread GitBox
ShannonDing merged pull request #214: doc(Readme):modify the install method of c library URL: https://github.com/apache/rocketmq-client-go/pull/214 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [rocketmq-client-go] ShannonDing opened a new pull request #214: doc(Readme):modify the install method of c library

2019-09-17 Thread GitBox
ShannonDing opened a new pull request #214: doc(Readme):modify the install method of c library URL: https://github.com/apache/rocketmq-client-go/pull/214 ## What is the purpose of the change modify the install method of c library ## Brief changelog download package

[GitHub] [rocketmq-client-cpp] apppur commented on a change in pull request #185: replace boost log with spdlog, use this PR to replace https://github.com/apache/rocketmq-client-cpp/pull/163

2019-09-17 Thread GitBox
apppur commented on a change in pull request #185: replace boost log with spdlog, use this PR to replace https://github.com/apache/rocketmq-client-cpp/pull/163 URL: https://github.com/apache/rocketmq-client-cpp/pull/185#discussion_r325474802 ## File path: src/common/UtilAll.h

[GitHub] [rocketmq-spring] 18710103279 opened a new issue #146: 整合问题

2019-09-17 Thread GitBox
18710103279 opened a new issue #146: 整合问题 URL: https://github.com/apache/rocketmq-spring/issues/146 请问这个2.0.3版本可以在使用了springboot1.5.4的项目中引入吗? 如果不能,在不升级1.5.4的情况下,有什么其他解决方案吗? This is an automated message from the Apache Git

Re: [VOTE][DISCUSS][RIP-17]RocketMQ HTTP Proxy Support

2019-09-17 Thread liqipeng
+1 > 在 2019年9月16日,下午6:57,heng du 写道: > > Hello RocketMQ Community, > > This is the vote for the kickoff of RIP-17 RocketMQ HTTP Proxy Support > > RocketMQ has different clients written in different languages. In order to > meet the needs of heterogeneous systems to access RocketMQ, this

Re: [VOTE][DISCUSS][RIP-17]RocketMQ HTTP Proxy Support

2019-09-17 Thread heng du
+1 liqipeng 于2019年9月18日周三 上午11:15写道: > +1 > > 在 2019年9月16日,下午6:57,heng du 写道: > > Hello RocketMQ Community, > > This is the vote for the kickoff of RIP-17 RocketMQ HTTP Proxy Support > > RocketMQ has different clients written in different languages. In order to > meet the needs of

[GitHub] [rocketmq] coveralls edited a comment on issue #1422: [RIP-16]Support request/response pattern

2019-09-17 Thread GitBox
coveralls edited a comment on issue #1422: [RIP-16]Support request/response pattern URL: https://github.com/apache/rocketmq/pull/1422#issuecomment-531618889 [![Coverage Status](https://coveralls.io/builds/25775157/badge)](https://coveralls.io/builds/25775157) Coverage decreased

[GitHub] [rocketmq] qqeasonchen commented on a change in pull request #1422: [RIP-16]Support request/response pattern

2019-09-17 Thread GitBox
qqeasonchen commented on a change in pull request #1422: [RIP-16]Support request/response pattern URL: https://github.com/apache/rocketmq/pull/1422#discussion_r325462656 ## File path: example/src/main/java/org/apache/rocketmq/example/rpc/RequestProducer.java ## @@ -0,0

[GitHub] [rocketmq] coveralls edited a comment on issue #1405: [ISSUE #1397]Add abnormal recover for dleger modle

2019-09-17 Thread GitBox
coveralls edited a comment on issue #1405: [ISSUE #1397]Add abnormal recover for dleger modle URL: https://github.com/apache/rocketmq/pull/1405#issuecomment-523733517 [![Coverage Status](https://coveralls.io/builds/25774855/badge)](https://coveralls.io/builds/25774855) Coverage

Failed: duhenglucky/rocketmq#22 (abnormal_recover_polish - c000c64)

2019-09-17 Thread Travis CI
Build Update for duhenglucky/rocketmq - Build: #22 Status: Failed Duration: 13 mins and 26 secs Commit: c000c64 (abnormal_recover_polish) Author: duhenglucky Message: feat(store) fix get dispath size error issue View the changeset:

Still Failing: duhenglucky/rocketmq#24 (abnormal_recover_dleger - e073bab)

2019-09-17 Thread Travis CI
Build Update for duhenglucky/rocketmq - Build: #24 Status: Still Failing Duration: 17 mins and 17 secs Commit: e073bab (abnormal_recover_dleger) Author: duhenglucky Message: chore(store) removed mismatched comments View the changeset:

[GitHub] [rocketmq] coveralls edited a comment on issue #1405: [ISSUE #1397]Add abnormal recover for dleger modle

2019-09-17 Thread GitBox
coveralls edited a comment on issue #1405: [ISSUE #1397]Add abnormal recover for dleger modle URL: https://github.com/apache/rocketmq/pull/1405#issuecomment-523733517 [![Coverage Status](https://coveralls.io/builds/25774806/badge)](https://coveralls.io/builds/25774806) Coverage

Still Failing: duhenglucky/rocketmq#23 (abnormal_recover_dleger - c000c64)

2019-09-17 Thread Travis CI
Build Update for duhenglucky/rocketmq - Build: #23 Status: Still Failing Duration: 13 mins and 27 secs Commit: c000c64 (abnormal_recover_dleger) Author: duhenglucky Message: feat(store) fix get dispath size error issue View the changeset:

Failed: duhenglucky/rocketmq#22 (abnormal_recover_polish - c000c64)

2019-09-17 Thread Travis CI
Build Update for duhenglucky/rocketmq - Build: #22 Status: Failed Duration: 8 mins and 24 secs Commit: c000c64 (abnormal_recover_polish) Author: duhenglucky Message: feat(store) fix get dispath size error issue View the changeset:

[GitHub] [rocketmq-client-cpp] ifplusor commented on a change in pull request #185: replace boost log with spdlog, use this PR to replace https://github.com/apache/rocketmq-client-cpp/pull/163

2019-09-17 Thread GitBox
ifplusor commented on a change in pull request #185: replace boost log with spdlog, use this PR to replace https://github.com/apache/rocketmq-client-cpp/pull/163 URL: https://github.com/apache/rocketmq-client-cpp/pull/185#discussion_r325453245 ## File path: src/common/UtilAll.h

[GitHub] [rocketmq-client-go] vongosling merged pull request #213: refactor(example): polish rocketmq go example

2019-09-17 Thread GitBox
vongosling merged pull request #213: refactor(example): polish rocketmq go example URL: https://github.com/apache/rocketmq-client-go/pull/213 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [rocketmq-client-go] duhenglucky opened a new pull request #213: (feat)polish rocketmq go example

2019-09-17 Thread GitBox
duhenglucky opened a new pull request #213: (feat)polish rocketmq go example URL: https://github.com/apache/rocketmq-client-go/pull/213 ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this

[GitHub] [rocketmq-client-go] vongosling opened a new issue #212: Introduce gopkg service in go

2019-09-17 Thread GitBox
vongosling opened a new issue #212: Introduce gopkg service in go URL: https://github.com/apache/rocketmq-client-go/issues/212 Details see http://labix.org/gopkg.in This is an automated message from the Apache Git Service. To

[GitHub] [rocketmq-spring] zcwease opened a new issue #145: 集成问题

2019-09-17 Thread GitBox
zcwease opened a new issue #145: 集成问题 URL: https://github.com/apache/rocketmq-spring/issues/145 The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).

回复:Re: Apache project meetup in ShangHai Sep 21st

2019-09-17 Thread Liu Ted
OK, I originally plan to go but need to change my travel plan now. Wish you have a good meeting then. Best regards, Ted Liu,  ASF Member, Sponsor Ambassador, Incubator PMC Member 2019 年 9 月 17 日周二 16:16,Willem Jiang 写道: The time is around 1:30 PM to 4:00 PM, now it's about 20 people

[GitHub] [rocketmq] vongosling merged pull request #1438: fix typo

2019-09-17 Thread GitBox
vongosling merged pull request #1438: fix typo URL: https://github.com/apache/rocketmq/pull/1438 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [rocketmq-client-go] liangyuanpeng edited a comment on issue #204: use it with govendor

2019-09-17 Thread GitBox
liangyuanpeng edited a comment on issue #204: use it with govendor URL: https://github.com/apache/rocketmq-client-go/issues/204#issuecomment-532143214 i run main.go from native branch but i got some error ``` lanrendeMacBook-Pro:examples lanren$ go run main.go #

[GitHub] [rocketmq-client-go] liangyuanpeng commented on issue #204: use it with govendor

2019-09-17 Thread GitBox
liangyuanpeng commented on issue #204: use it with govendor URL: https://github.com/apache/rocketmq-client-go/issues/204#issuecomment-532143214 i run main.go from native branch but i got some error lanrendeMacBook-Pro:examples lanren$ go run main.go #

[GitHub] [rocketmq] vongosling merged pull request #1455: [ISSUE #1456]Fix replica abnormal recover slow issue

2019-09-17 Thread GitBox
vongosling merged pull request #1455: [ISSUE #1456]Fix replica abnormal recover slow issue URL: https://github.com/apache/rocketmq/pull/1455 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [rocketmq] vongosling commented on a change in pull request #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling

2019-09-17 Thread GitBox
vongosling commented on a change in pull request #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling URL: https://github.com/apache/rocketmq/pull/1458#discussion_r325060772 ## File path:

[GitHub] [rocketmq] vongosling commented on a change in pull request #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling

2019-09-17 Thread GitBox
vongosling commented on a change in pull request #1458: [ISSUE #1457] Dynamically effective namesrvAddr for name server auto-scaling URL: https://github.com/apache/rocketmq/pull/1458#discussion_r325058853 ## File path:

[GitHub] [rocketmq] vongosling commented on a change in pull request #1422: [RIP-16]Support request/response pattern

2019-09-17 Thread GitBox
vongosling commented on a change in pull request #1422: [RIP-16]Support request/response pattern URL: https://github.com/apache/rocketmq/pull/1422#discussion_r325053780 ## File path: example/src/main/java/org/apache/rocketmq/example/rpc/RequestProducer.java ## @@ -0,0

Re: Apache project meetup in ShangHai Sep 21st

2019-09-17 Thread Sheng Wu
Enjoy the meetup. It will be a great chance to meet senior Apache members/board, learning the Apache Way. I wouldn't join as my schedule has been too crazy already. If any of you will be Alibaba APSARA(云溪大会) next week, I will be there. :) Sheng Wu 吴晟 Apache SkyWalking Apache Incubator Apache

Re: Apache project meetup in ShangHai Sep 21st

2019-09-17 Thread Willem Jiang
The time is around 1:30 PM to 4:00 PM, now it's about 20 people will join us. We are just trying to find some place to hold this event. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Sep 17, 2019 at 6:14 AM Liu Ted wrote: > > Hi Willem, What's the current status if the captioned

[GitHub] [rocketmq] coveralls edited a comment on issue #1412: [issue #670]change the way to create newGroupChannelTable

2019-09-17 Thread GitBox
coveralls edited a comment on issue #1412: [issue #670]change the way to create newGroupChannelTable URL: https://github.com/apache/rocketmq/pull/1412#issuecomment-523870615 [![Coverage Status](https://coveralls.io/builds/25753128/badge)](https://coveralls.io/builds/25753128)

[GitHub] [rocketmq] bean326 commented on issue #1288: Consume failed with different system time between producer and consumer.

2019-09-17 Thread GitBox
bean326 commented on issue #1288: Consume failed with different system time between producer and consumer. URL: https://github.com/apache/rocketmq/issues/1288#issuecomment-532084085 > @ bean326我很想重现和探索它,请你提供更多信息,例如生产者机器和消费者机器之间的时差是多少?无法正常消耗时是否打印错误消息? 应该是时差超过1分钟还是3分钟以上就没法收消息了

[GitHub] [rocketmq-client-cpp] apppur opened a new pull request #185: Logs

2019-09-17 Thread GitBox
apppur opened a new pull request #185: Logs URL: https://github.com/apache/rocketmq-client-cpp/pull/185 ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this checklist to help us incorporate your

[GitHub] [rocketmq-externals] xujianhai666 commented on a change in pull request #414: [ISSUE #399]Topic rename.

2019-09-17 Thread GitBox
xujianhai666 commented on a change in pull request #414: [ISSUE #399]Topic rename. URL: https://github.com/apache/rocketmq-externals/pull/414#discussion_r324997938 ## File path: rocketmq-replicator/src/main/java/org/apache/rocketmq/replicator/config/TaskTopicInfo.java ##