apache / apache/rocketmq-client-cpp

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

Open
#393 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
393
Forks
167
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.