[GitHub] [rocketmq-client-go] 2547409617 opened a new issue #229: native require fail

2019-09-26 Thread GitBox
2547409617 opened a new issue #229: native require fail
URL: https://github.com/apache/rocketmq-client-go/issues/229
 
 
   github.com/apache/rocketmq-client-go v2.0.0-alpha1
   github.com/apache/rocketmq-client-go v2.0.0-alpha2
   both fail:
require github.com/apache/rocketmq-client-go: version "v2.0.0-alpha2" 
invalid: module contains a go.mod file, so major version must be compatible: 
should be v0 or v1, not v2


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] liuliuzo edited a comment on issue #129: [ISSUE #103] support resolvePlaceholders for selectorExpression

2019-09-26 Thread GitBox
liuliuzo edited a comment on issue #129: [ISSUE #103]  support 
resolvePlaceholders for selectorExpression
URL: https://github.com/apache/rocketmq-spring/pull/129#issuecomment-535762595
 
 
   @RongtongJin sorry i will build environment and test before submit next time.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] vongosling closed issue #113: Make netty not work properly

2019-09-26 Thread GitBox
vongosling closed issue #113: Make netty not work properly
URL: https://github.com/apache/rocketmq-spring/issues/113
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] vongosling closed issue #143: RocketMQLocalTransactionListener auto config not support placeholder value

2019-09-26 Thread GitBox
vongosling closed issue #143: RocketMQLocalTransactionListener auto config not 
support placeholder value
URL: https://github.com/apache/rocketmq-spring/issues/143
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-externals] Shellbye commented on issue #410: [rocketmq-console] message trace message detail:CODE: 208 DESC: query message by key finished, but no message.

2019-09-26 Thread GitBox
Shellbye commented on issue #410: [rocketmq-console] message trace message 
detail:CODE: 208 DESC: query message by key finished, but no message.
URL: 
https://github.com/apache/rocketmq-externals/issues/410#issuecomment-535764822
 
 
   I find it will happended too when the Tab is Message ID. After I go through 
some source code, I find the Message Id should be `offsetMsgId`.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin commented on issue #89: Support defaultTopicQueueNums configuration for Producer

2019-09-26 Thread GitBox
RongtongJin commented on issue #89: Support defaultTopicQueueNums configuration 
for Producer
URL: https://github.com/apache/rocketmq-spring/issues/89#issuecomment-535763482
 
 
   @yufeng629 , defaultTopicQueueNums should not be set by the producer, and it 
can be set by mqadmin.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] liuliuzo commented on issue #129: [ISSUE #103] support resolvePlaceholders for selectorExpression

2019-09-26 Thread GitBox
liuliuzo commented on issue #129: [ISSUE #103]  support resolvePlaceholders for 
selectorExpression
URL: https://github.com/apache/rocketmq-spring/pull/129#issuecomment-535762595
 
 
   @RongtongJin sorry i will build environment and test my submit next time.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq] sysulincn opened a new issue #1489: rmq sometimes starts flow control under low tps because PageCacheRT overtime

2019-09-26 Thread GitBox
sysulincn opened a new issue #1489: rmq sometimes starts flow control under low 
tps because PageCacheRT overtime
URL: https://github.com/apache/rocketmq/issues/1489
 
 
   log file:
   
   WARN SendMessageThread_31 - [NOTIFYME]putMessage in lock cost time(ms)=1083, 
bodyLength=796 AppendMessageResult=AppendMessageResult{status=PUT_OK, 
wroteOffset=49503414542, wroteBytes=3446, 
msgId='0A8E5A1107C3000B86A2290E', storeTimestamp=1560741673222, 
logicsOffset=7043259, pagecacheRT=1083, msgNum=1}
   
   os:
   CentOS Linux release 7.4.1708 (Core) 
   uname:Linux 3.10.0-693.el7.x86_64 #1 SMP Tue Aug 22 21:09:27 UTC 2017 x86_64
   libc:glibc 2.17 NPTL 2.17
   cpu: 48
   memory: 376.35GB
   there's one master broker(brokerId=10), one slave broker(brokerId=21) on the 
server,  they got different broker name.
   I've searched the issues, https://github.com/apache/rocketmq/issues/721 got 
the same symptom, and the issuer solved the problem by setting linux system var 
   sudo sysctl -w vm.min_free_kbytes=100
   but I belevied it is not the same issue in my case, because my server 
already have  vm.min_free_kbytes=4096000, much larger than that.
   after google for sometime, I now got a question about the following code in  
os.sh
   
   sudo sysctl -w vm.dirty_background_ratio=50
   sudo sysctl -w vm.dirty_ratio=50
   sudo sysctl -w vm.dirty_writeback_centisecs=36
   
   I doubt that the pagecachRT is high because the vm block the io to flush 
dirty pages into disk when the dirty pages get to 50% of the total memory, and 
the background procedure hasn't got enough time to flush dirty pages because 
the two vars have the same value.
   here's the question:
   1. How can I fix this pageCacheRT overtime problem, and why? 
   2. why set vm.dirty_background_ratio the same as vm.dirty_ratio?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin commented on issue #105: [ISSUE #104] Unable to support payload with byte[] type in methods with payload such as 'syncSend(String destination, Object payload)' #

2019-09-26 Thread GitBox
RongtongJin commented on issue #105: [ISSUE #104] Unable to support payload 
with byte[] type in methods with payload such as 'syncSend(String destination, 
Object payload)' #104
URL: https://github.com/apache/rocketmq-spring/pull/105#issuecomment-535748557
 
 
   LGTM~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend 
collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535748322
 
 
   @MartinDai, Got it, LGTM~


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq] ifplusor opened a new issue #1488: Potential risk in LatencyFaultToleranceImpl#pickOneAtLeast()

2019-09-26 Thread GitBox
ifplusor opened a new issue #1488: Potential risk in 
LatencyFaultToleranceImpl#pickOneAtLeast()
URL: https://github.com/apache/rocketmq/issues/1488
 
 
   The issue tracker is **ONLY** used for bug report(feature request need to 
follow [RIP 
process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)).
 Keep in mind, please check whether there is an existing same report before 
your raise a new one.
   
   Alternately (especially if your communication is not a bug report), you can 
send mail to our [mailing lists](http://rocketmq.apache.org/about/contact/). We 
welcome any friendly suggestions, bug fixes, collaboration and other 
improvements.
   
   Please ensure that your bug report is clear and that it is complete. 
Otherwise, we may be unable to understand it or to reproduce it, either of 
which would prevent us from fixing the bug. We strongly recommend the 
report(bug report or feature request) could include some hints as the following:
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   LatencyFaultToleranceImpl#pickOneAtLeast() do sort on FaultItem list, but 
FaultItem#compareTo() will call FaultItem#isAvailable(). It's not return **same 
result** on **same objects** in different call. Equivalent code in c++ with 
std::sort will cause Segment Fault, but i don't known what will happen when 
call Collections#sort() in Java.
   
   - What did you expect to see?
   
   - What did you see instead?
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   
   4. If there are some sub-tasks using -[] for each subtask and create a 
corresponding issue to map to the sub task:
   
   - [sub-task1-issue-number](example_sub_issue1_link_here): sub-task1 
description here, 
   - [sub-task2-issue-number](example_sub_issue2_link_here): sub-task2 
description here,
   - ...
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


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

2019-09-26 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/25949507/badge)](https://coveralls.io/builds/25949507)
   
   Coverage increased (+0.02%) to 49.53% when pulling 
**0c47fcf7164f98bdedb9b35284206eb4eb4e9052 on qqeasonchen:rocketmq-dev-rpc** 
into **61f4f99b884d6b1d716414b14ed2e494d201bebe on apache:develop**.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Failed: qqeasonchen/rocketmq#1 (rocketmq-dev-rpc - 0c47fcf)

2019-09-26 Thread Travis CI
Build Update for qqeasonchen/rocketmq
-

Build: #1
Status: Failed

Duration: 14 mins and 55 secs
Commit: 0c47fcf (rocketmq-dev-rpc)
Author: qqeasonchen
Message: add recommend client configs in rpc mode

View the changeset: 
https://github.com/qqeasonchen/rocketmq/compare/777285011e81...0c47fcf7164f

View the full build log and details: 
https://travis-ci.org/qqeasonchen/rocketmq/builds/589956114?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the qqeasonchen/rocketmq repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=25369591_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



[GitHub] [rocketmq-spring] MartinDai edited a comment on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
MartinDai edited a comment on issue #150: [ISSUE #81]fix 
RocketMQTemplate.syncSend collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535422064
 
 
   > > > Hi @MartinDai, do you verified in your environment? I tried your pr, 
but still the `syncSend(String destination, Object payload, long timeout)` 
method was called.
   > > 
   > > 
   > > I verified that it is ok.Can you provide your invoke this method's code 
segment?
   > 
   > OKay, It's success now. So why not just change the method signature to 
`SendResult syncSend(String destination, Collection messages, long 
timeout)`?
   
   Because ```SendResult syncSend(String destination, Collection 
messages, long timeout)``` means the ```messages```'s node type must be 
```Message```(exclude subClass or implementation class). if you use 
```List  msgList =  new ArrayList<>();``` to invoke the method, 
it will be call the```syncSend(String destination, Object payload, long 
timeout)```,even the class```GenericMessage``` implement ```Message```.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] MartinDai commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
MartinDai commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend 
collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535422064
 
 
   > > > Hi @MartinDai, do you verified in your environment? I tried your pr, 
but still the `syncSend(String destination, Object payload, long timeout)` 
method was called.
   > > 
   > > 
   > > I verified that it is ok.Can you provide your invoke this method's code 
segment?
   > 
   > OKay, It's success now. So why not just change the method signature to 
`SendResult syncSend(String destination, Collection messages, long 
timeout)`?
   
   Because ```SendResult syncSend(String destination, Collection 
messages, long timeout)``` means the ```messages```'s node type must be 
```Message```(exclude subClass or implementation class), but Message is a 
interface, so that will be never invoked.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend 
collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535415837
 
 
   > > Hi @MartinDai, do you verified in your environment? I tried your pr, but 
still the `syncSend(String destination, Object payload, long timeout)` method 
was called.
   > 
   > I verified that it is ok.Can you provide your invoke this method's code 
segment?
   
   OKay, It's success now. So why not just change the method signature to 
`SendResult syncSend(String destination, Collection messages, long 
timeout)`? 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] MartinDai commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
MartinDai commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend 
collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535406736
 
 
   > Hi @MartinDai, do you verified in your environment? I tried your pr, but 
still the `syncSend(String destination, Object payload, long timeout)` method 
was called.
   
   I verified that it is ok.Can you provide your invoke this method's code 
segment?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
RongtongJin commented on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend 
collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535401576
 
 
   Hi @MartinDai, do you verified in you environment? I tried your pr, but 
still the `syncSend(String destination, Object payload, long timeout)`  method 
was called.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-spring] RongtongJin edited a comment on issue #150: [ISSUE #81]fix RocketMQTemplate.syncSend collection type method signature

2019-09-26 Thread GitBox
RongtongJin edited a comment on issue #150: [ISSUE #81]fix 
RocketMQTemplate.syncSend collection type method signature
URL: https://github.com/apache/rocketmq-spring/pull/150#issuecomment-535401576
 
 
   Hi @MartinDai, do you verified in your environment? I tried your pr, but 
still the `syncSend(String destination, Object payload, long timeout)`  method 
was called.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-go] ShannonDing opened a new issue #228: [master]how to send transaction messages?

2019-09-26 Thread GitBox
ShannonDing opened a new issue #228: [master]how to send transaction messages?
URL: https://github.com/apache/rocketmq-client-go/issues/228
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   how to send transaction messages?
   2. Provide any additional detail on your proposed use case for this feature.
   wanna send transaction messages.
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   must-have


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] ShannonDing merged pull request #186: Fix: skip compressing if message is a batch one

2019-09-26 Thread GitBox
ShannonDing merged pull request #186: Fix: skip compressing if message is a 
batch one
URL: https://github.com/apache/rocketmq-client-cpp/pull/186
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] ShannonDing commented on issue #153: build error on Windows

2019-09-26 Thread GitBox
ShannonDing commented on issue #153: build error on Windows
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/153#issuecomment-535383672
 
 
   link #120 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] ShannonDing commented on issue #182: About mq offset in C API

2019-09-26 Thread GitBox
ShannonDing commented on issue #182: About mq offset in C API
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/182#issuecomment-535383144
 
 
   call for a discussion: shall we support a C API to save the offset to local 
file or update offset to remote broker?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-cpp] ShannonDing commented on issue #192: how to use userData when async send callback called?

2019-09-26 Thread GitBox
ShannonDing commented on issue #192: how to use userData when async send 
callback called?
URL: 
https://github.com/apache/rocketmq-client-cpp/issues/192#issuecomment-535382217
 
 
   reffer to #193 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-externals] lazyfighter edited a comment on issue #365: RestHandler analytic request params is force convert string but when param is int cant convert

2019-09-26 Thread GitBox
lazyfighter edited a comment on issue #365: RestHandler analytic request params 
is force convert string but when param is int cant convert
URL: 
https://github.com/apache/rocketmq-externals/issues/365#issuecomment-535375862
 
 
   sorry , i describe is not clear,look at this pic  
![image](https://user-images.githubusercontent.com/17143488/65667244-ed611680-e071-11e9-9c5d-557200f16759.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-externals] lazyfighter commented on issue #365: RestHandler analytic request params is force convert string but when param is int cant convert

2019-09-26 Thread GitBox
lazyfighter commented on issue #365: RestHandler analytic request params is 
force convert string but when param is int cant convert
URL: 
https://github.com/apache/rocketmq-externals/issues/365#issuecomment-535375862
 
 
   
![image](https://user-images.githubusercontent.com/17143488/65667244-ed611680-e071-11e9-9c5d-557200f16759.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-client-go] ShannonDing closed pull request #227: [ISSUE #223]fix(travis-ci): Use custom jdk of oraclejdk8

2019-09-26 Thread GitBox
ShannonDing closed pull request #227: [ISSUE #223]fix(travis-ci): Use custom 
jdk of oraclejdk8
URL: https://github.com/apache/rocketmq-client-go/pull/227
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-operator] vongosling merged pull request #9: [Document] Add Chinese Documents and Instructions on NFS deployment

2019-09-26 Thread GitBox
vongosling merged pull request #9: [Document] Add Chinese Documents and 
Instructions on NFS deployment
URL: https://github.com/apache/rocketmq-operator/pull/9
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [rocketmq-operator] liuruiyiyang opened a new pull request #9: [Document] Add Chinese Documents and Instructions on NFS deployment

2019-09-26 Thread GitBox
liuruiyiyang opened a new pull request #9: [Document] Add Chinese Documents and 
Instructions on NFS deployment
URL: https://github.com/apache/rocketmq-operator/pull/9
 
 
   Change List:
   1. Polish REAME, move install operator part to the front.
   2. Add Chinese version of README document and related links.
   3. Add instructions document of NFS deployment.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services