carlvine500 opened a new pull request, #8676:
URL: https://github.com/apache/rocketmq/pull/8676

   ### Which Issue(s) This PR Fixes
   
   Fixes #6971
   refer failed pull request #6972
   
   ### Brief Description
   
   1. migrate message across env: we switch our system from aws to aliyun , 
some message still not consumed in aws , we should migrate message from aws to 
aliyun ==> just use exportMessage and importMessage .
   2. fix some wrong message: after deploy some bug , the message format is not 
correct ==> we can exportMessage with json body --> modify message  body --> 
importMessasge 
   3. trace bug in lots of message body  ==> after export message with 
json/text format  ,we could easily search some keywords to view message detail 
, such as `grep keyword messageFile ` 
   
   ### How Did You Test This Change?
   
   1. exportMessage: mock broker , fetch some messages and export to file , at 
the same time , show result 100% on system.out
   2. importMessage: mock broker , read a message file and send message to 
broker , at the same time , show result 100% on system.out
   
   ### example usage
   <img width="1309" alt="WeChatc0e14e48d1e5c6ef1ee135a5141a74bf" 
src="https://github.com/apache/rocketmq/assets/7055460/c04f8e90-b75b-4f19-b5f0-22a368c81922";>
   
   


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to