[
https://issues.apache.org/jira/browse/ROCKETMQ-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15784511#comment-15784511
]
ASF GitHub Bot commented on ROCKETMQ-18:
----------------------------------------
Github user zhouxinyu commented on a diff in the pull request:
https://github.com/apache/incubator-rocketmq/pull/21#discussion_r94101409
--- Diff:
client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
---
@@ -1134,10 +1131,10 @@ public ConsumerRunningInfo
consumerRunningInfo(final String consumerGroup) {
List<String> nsList =
this.mQClientAPIImpl.getRemotingClient().getNameServerAddressList();
- StringBuffer strBuffer = new StringBuffer();
+ StringBuilder strBuffer = new StringBuilder();
--- End diff --
use strBuilder
> Repackage com.alibaba to org.apache and change maven coordinate
> ---------------------------------------------------------------
>
> Key: ROCKETMQ-18
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-18
> Project: Apache RocketMQ
> Issue Type: Improvement
> Affects Versions: 4.0.0-incubating
> Reporter: vongosling
> Assignee: yukon
> Priority: Critical
> Labels: maven
> Fix For: 4.0.0-incubating
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)