rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
[ISSUE #499] Fix log sharding bug
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.