apache / apache/rocketmq-client-cpp

The default trace topic is not equal to broker system trace topic

未关闭
#393 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
393
派生
167
PR 合并指标
30 天内没有已合并 PR

描述

The c++ sdk's default trace topic was set to "rmq_sys_TRACE_DATA_DEFAULT_REGION",and the broker's default trace topic is "RMQ_SYS_TRACE_TOPIC".
![image](https://user-images.githubusercontent.com/50660789/148731603-fe459c84-1039-4dee-8ae0-01701c331158.png)
Because of above setting,when I switched trace on,causing an exception as follows:
![image](https://user-images.githubusercontent.com/50660789/148731813-b7ed5eef-9338-4e1e-bee0-38ffa1c82af6.png)
Moreover,the trace topic "rmq_sys_TRACE_DATA_DEFAULT_REGION" is started with "rmq_sys_",which is regarded as a system topic,and I can't create this topic either.

I want to know if I used trace message in a wrong way.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。