lirong-Lee commented on issue #350: URL: https://github.com/apache/rocketmq-client-cpp/issues/350#issuecomment-796404034
Yes,is BROADCASTING mode There is another problem in BROADCASTING mode in windows: UtilAll.cpp : UtilAll::ReplaceFile UtilAll::ReplaceFile uses ::MoveFile and ::ReplaceFile, these two functions will fail when the file path is too long. My path is :C:\Users\e0614688\\.rocketmq_offsets\172.18.140.87@testConsumer\testConsumer\offsets.json.tmp This seems to be a windows bug, no solution This will cause BROADCASTING to be unavailable under windos, because the offsets.json.tmp copy offsets.json will fail, and the offsets.json file has not been generated. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
