[GitHub] [rocketmq] liony opened a new issue #1482: fix communicationMode

2019-09-24 Thread GitBox
liony opened a new issue #1482: fix communicationMode URL: https://github.com/apache/rocketmq/issues/1482 cause sync as try once , and async can try once more, but this line code is not that meaning, and from the invoke context alse can explain there has some logic wrong.

[GitHub] [rocketmq-operator] liuruiyiyang opened a new pull request #8: [New Feature] Add TopicTransfer CRD for Topic Transfer Feature with Atomicity

2019-09-24 Thread GitBox
liuruiyiyang opened a new pull request #8: [New Feature] Add TopicTransfer CRD for Topic Transfer Feature with Atomicity URL: https://github.com/apache/rocketmq-operator/pull/8 Change List: 1. Add a new feature of topic transfer operation with corresponding CRD and controller. 2.

[GitHub] [rocketmq-operator] liuruiyiyang commented on issue #7: Dockerfile issue

2019-09-24 Thread GitBox
liuruiyiyang commented on issue #7: Dockerfile issue URL: https://github.com/apache/rocketmq-operator/issues/7#issuecomment-534835486 Thanks for your questions. Currently the ```rocketmq-operator``` and other related images has not been pushed to the ```docker.io/library``` repo,

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

2019-09-24 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/25911850/badge)](https://coveralls.io/builds/25911850) Coverage increased

[GitHub] [rocketmq-operator] huanwei opened a new issue #7: Dockerfile issue

2019-09-24 Thread GitBox
huanwei opened a new issue #7: Dockerfile issue URL: https://github.com/apache/rocketmq-operator/issues/7 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? ./create-operator.sh - What did you expect to see?

[GitHub] [rocketmq-spring] MartinDai opened a new pull request #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-24 Thread GitBox
MartinDai opened a new pull request #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature URL: https://github.com/apache/rocketmq-spring/pull/150 ## What is the purpose of the change fix RocketMQTemplate.syncSend collection type method signature ##

[GitHub] [rocketmq-externals] xujianhai666 opened a new pull request #425: [ISSUE #376] Runtime support dynamic add connector

2019-09-24 Thread GitBox
xujianhai666 opened a new pull request #425: [ISSUE #376] Runtime support dynamic add connector URL: https://github.com/apache/rocketmq-externals/pull/425 ## What is the purpose of the change support dynamic add connector ## Brief changelog XX ## Verifying this

[GitHub] [rocketmq-spring] MartinDai commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value

2019-09-24 Thread GitBox
MartinDai commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value URL: https://github.com/apache/rocketmq-spring/issues/143#issuecomment-534566624 @RongtongJin I found this BUG was fixed by chunhai in **master** branch,so this issue can be

[GitHub] [rocketmq] mickey0524 opened a new issue #1481: logging 包代码多余

2019-09-24 Thread GitBox
mickey0524 opened a new issue #1481: logging 包代码多余 URL: https://github.com/apache/rocketmq/issues/1481 logging/src/main/java/org/apache/rocketmq/logging/InnerLoggerFactory.java 文件中 284 行的判断是多余的,如果前面的 for 循环结束,说明 len == argArray.length,或者直接在 for 循环内就 return 了,因此此处没有必要使用 if

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

2019-09-24 Thread GitBox
wqliang 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_r327528761 ## File path:

[GitHub] [rocketmq-spring] RongtongJin commented on issue #126: The checker is not available in transaction messages.

2019-09-24 Thread GitBox
RongtongJin commented on issue #126: The checker is not available in transaction messages. URL: https://github.com/apache/rocketmq-spring/issues/126#issuecomment-534472806 I tried the function in my environment and check back was right. Check back needs to wait for a while. I used

[GitHub] [rocketmq-spring] MartinDai commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value

2019-09-24 Thread GitBox
MartinDai commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value URL: https://github.com/apache/rocketmq-spring/issues/143#issuecomment-534441302 > RocketMQLocalTransactionListener does not support resloving placeholder indeed. Welcome to

[GitHub] [rocketmq-spring] RongtongJin commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value

2019-09-24 Thread GitBox
RongtongJin commented on issue #143: RocketMQLocalTransactionListener auto config not support placeholder value URL: https://github.com/apache/rocketmq-spring/issues/143#issuecomment-534436896 RocketMQLocalTransactionListener does not support resloving placeholder indeed. Welcome to

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #226: [master]how to do a simple flow-control when consumer is busy?

2019-09-24 Thread GitBox
ShannonDing commented on issue #226: [master]how to do a simple flow-control when consumer is busy? URL: https://github.com/apache/rocketmq-client-go/issues/226#issuecomment-534404244 close due to #225 This is an automated

[GitHub] [rocketmq-client-go] ShannonDing closed issue #226: [master]how to do a simple flow-control when consumer is busy?

2019-09-24 Thread GitBox
ShannonDing closed issue #226: [master]how to do a simple flow-control when consumer is busy? URL: https://github.com/apache/rocketmq-client-go/issues/226 This is an automated message from the Apache Git Service. To respond

[GitHub] [rocketmq-client-go] ShannonDing closed issue #211: [native]The MessageId Unmarshal failed.

2019-09-24 Thread GitBox
ShannonDing closed issue #211: [native]The MessageId Unmarshal failed. URL: https://github.com/apache/rocketmq-client-go/issues/211 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #211: [native]The MessageId Unmarshal failed.

2019-09-24 Thread GitBox
ShannonDing commented on issue #211: [native]The MessageId Unmarshal failed. URL: https://github.com/apache/rocketmq-client-go/issues/211#issuecomment-534404022 close due to #210 This is an automated message from the Apache

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #217: [master]Want to send orderly message by simple shardingkey.

2019-09-24 Thread GitBox
ShannonDing commented on issue #217: [master]Want to send orderly message by simple shardingkey. URL: https://github.com/apache/rocketmq-client-go/issues/217#issuecomment-534403257 close due to #222 This is an automated

[GitHub] [rocketmq-client-go] ShannonDing closed issue #217: [master]Want to send orderly message by simple shardingkey.

2019-09-24 Thread GitBox
ShannonDing closed issue #217: [master]Want to send orderly message by simple shardingkey. URL: https://github.com/apache/rocketmq-client-go/issues/217 This is an automated message from the Apache Git Service. To respond to

[GitHub] [rocketmq-client-go] ShannonDing merged pull request #225: feat(consumer): add set maxcachesize api to support simple flow-control

2019-09-24 Thread GitBox
ShannonDing merged pull request #225: feat(consumer): add set maxcachesize api to support simple flow-control URL: https://github.com/apache/rocketmq-client-go/pull/225 This is an automated message from the Apache Git