Git-Yang commented on issue #3449:
URL: https://github.com/apache/rocketmq/issues/3449#issuecomment-958647224


   异步投递的缺点是无法保证消息顺序,可以通过配置同时支持同步和异步两种方式。
   
关于异地消息投递失败的问题,我认为需异步投递也是需要保证消息不丢失,所以如果多次重试后仍然失败(此时offset不会更新),需要阻塞停止当前level对应的线程继续投递,该过程会出现部分数据重复。


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