You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/07 04:42:23 UTC

[GitHub] [rocketmq] yuz10 commented on a change in pull request #3573: Polish the doc for tracing parts.

yuz10 commented on a change in pull request #3573:
URL: https://github.com/apache/rocketmq/pull/3573#discussion_r763623442



##########
File path: docs/cn/client/java/API_Reference_DefaultMQProducer.md
##########
@@ -230,29 +230,29 @@ public class Producer {
 	
 	`DefaultMQProducer(final String producerGroup, boolean enableMsgTrace)`
 
-	使用指定的分组名创建一个生产者,并设置是否开启消息追踪。
+	使用指定的分组名创建一个生产者,并设置是否开启消息轨迹。
 
 	- 入参描述:
 
 		参数名 | 类型 | 是否必须 | 缺省值 |描述
 		---|---|---|---|---
 		producerGroup | String | 是 | DEFAULT_PRODUCER | 生产者的分组名称
-		enableMsgTrace | boolean | 是 | false |是否开启消息追踪
+		enableMsgTrace | boolean | 是 | false |是否开启消息轨迹
 
 4. DefaultMQProducer
 	
 	`DefaultMQProducer(final String producerGroup, boolean enableMsgTrace, final String customizedTraceTopic)`
 
-	使用指定的分组名创建一个生产者,并设置是否开启消息追踪及追踪topic的名称。
+	使用指定的分组名创建一个生产者,并设置是否开启消息轨迹及追踪topic的名称。

Review comment:
       “追踪topic”与下文 “轨迹topic”不一致




-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org