apache / apache/rocketmq-client-cpp
The default trace topic is not equal to broker system trace topic
- 主要語言
- 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".

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.
貢獻指南
研究方向
先比較 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