-
Notifications
You must be signed in to change notification settings - Fork 11.9k
[ISSUE #3424] Polish the doc for tracing parts. #3573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: lushilin <[email protected]>
完善BrokerServer部分描述细节
Codecov Report
@@ Coverage Diff @@
## master #3573 +/- ##
============================================
- Coverage 48.31% 48.18% -0.13%
+ Complexity 4611 4600 -11
============================================
Files 555 555
Lines 36756 36756
Branches 4841 4841
============================================
- Hits 17759 17712 -47
- Misses 16772 16813 +41
- Partials 2225 2231 +6
Continue to review full report at Codecov.
|
|
||
4. DefaultMQProducer | ||
|
||
`DefaultMQProducer(final String producerGroup, boolean enableMsgTrace, final String customizedTraceTopic)` | ||
|
||
使用指定的分组名创建一个生产者,并设置是否开启消息追踪及追踪topic的名称。 | ||
使用指定的分组名创建一个生产者,并设置是否开启消息轨迹及追踪topic的名称。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“追踪topic”与下文 “轨迹topic”不一致
* fix(broker): can not clear topic unitSubFlag (apache#3429) Co-authored-by: lushilin <[email protected]> * doc-optimization (apache#3523) * 完善BrokerServer部分描述细节 完善BrokerServer部分描述细节 Co-authored-by: lushilin <[email protected]> Co-authored-by: lushilin <[email protected]> Co-authored-by: Smile <[email protected]>
* fix(broker): can not clear topic unitSubFlag (apache#3429) Co-authored-by: lushilin <[email protected]> * doc-optimization (apache#3523) * 完善BrokerServer部分描述细节 完善BrokerServer部分描述细节 Co-authored-by: lushilin <[email protected]> Co-authored-by: lushilin <[email protected]> Co-authored-by: Smile <[email protected]>
* fix(broker): can not clear topic unitSubFlag (apache#3429) Co-authored-by: lushilin <[email protected]> * doc-optimization (apache#3523) * 完善BrokerServer部分描述细节 完善BrokerServer部分描述细节 Co-authored-by: lushilin <[email protected]> Co-authored-by: lushilin <[email protected]> Co-authored-by: Smile <[email protected]>
完善BrokerServer部分描述细节