Humkum
Humkum
**FEATURE REQUEST** We found that there would be frequent "pagecache busy" with the growth of tps. And RocketMQ create a transientStorePool by using DirectByteBuffer to insulate write and read in...
**BUG REPORT** 1. Please describe the issue you observed: By opening message trace of c interface,we found question as follows: - Log print error message like : `(error):processSendResponse error remark:topic[rmq_sys_TRACE_DATA_DefaultRegion]...
## What is the purpose of the change #398 ## Brief changelog - Change trace topic to "RMQ_SYS_TRACE_TOPIC" - Add clientId field for Pub trace; Add clientId field for SubBefore...
## What is the purpose of the change #402 ## Brief changelog ## Verifying this change   Follow this checklist to help us incorporate your contribution quickly and easily....
## What is the purpose of the change #404 ## Brief changelog Add c interface to set current client language. ## Verifying this change before:  after:  Follow this...
**BUG REPORT** 1. Please describe the issue you observed: When we extend the Python sdk with the c interface of the c++ sdk, we find the following question: - [x]...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? By using Python SDK, we found that the language of client in...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? When I run a cpp consumer, I found that there's no clientID...
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:...
…ager ### Which Issue(s) This PR Fixes Fixes #7087 ### Brief Description ### How Did You Test This Change?