Ziy1-Tan opened a new issue, #7277: URL: https://github.com/apache/rocketmq/issues/7277
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Enhance rocksDBConfigToJson to support metadata count. ### Motivation We have implemented rocksDBConfigToJson to verify the correctness of migration to RocksDB. Now when performing performance testing or migration, we need to count the number of metadata. ### Describe the Solution You'd Like move rocksDBConfigToJson to exportRocksDBConfig. And specify the switch, when the switch is enabled, the result will be output in json format. The default output is the number of metadata. ### Describe Alternatives You've Considered None. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org