rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

[ISSUE #499] Fix log sharding bug

Open takagi906 opened this issue 6 months ago • 0 comments

What is the purpose of the change

related: https://github.com/apache/rocketmq-client-cpp/issues/499 Fix log sharding bug

Brief changelog

The set_file_collector function only limits the size of all logs, the set_rotation_size function sets the size of a single log

Verifying this change

after add the set_rotation_size function, log can be sharded. image

takagi906 avatar Jul 08 '25 08:07 takagi906