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.

貢獻指南

開啟貢獻指南

研究方向

先比較 C++ SDK 的預設 trace topic 與 broker 的 RMQ_SYS_TRACE_TOPIC,然後在啟用 tracing 的情況下重現回報的 exception。確認預期的預設值,並驗證 trace 訊息無需嘗試建立 system topic 即可正常運作。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
cpp
領域
distributed-systems
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。