apache / apache/rocketmq-client-cpp
The default trace topic is not equal to broker system trace topic
- Lingua principale
- C++
- Stelle
- 393
- Fork
- 167
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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".

Because of above setting,when I switched trace on,causing an exception as follows:

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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.