hzh0425 commented on issue #5799:
URL: https://github.com/apache/rocketmq/issues/5799#issuecomment-1368445161

   > IMO, large message is mostly not needed, In most cases prefer to upload to 
SSO first and send the data address through MQ.The benefit of this is that the 
MQ can send messages more efficiently and the MQ can store less large objects, 
which is mostly used for storage such as SSO.
   
   I don't think it's a good solution to store the 'message itself' with the 
help of an external system:
   1. In some scenarios (not audio and video), the size of the message body has 
exceeded 'maxMessageSize', and we cannot separate the message and store it in 
other systems. Although such scenarios are rare, it does not mean that there 
are no such scenarios.
   2. The message system itself is a storage engine, and we don't want to use 
an additional external system to store messages.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to