pandaapo commented on issue #4556:
URL: https://github.com/apache/eventmesh/issues/4556#issuecomment-2072350345

   Let's clarify some things:  the retries that this issue talks about are 
internal to EventMesh, and are not a retry feature available to the user; 
EventMesh automatically retries messages that fail internally. Users can only 
set it to retry in memory (default, implemented, increase the pressure on 
EventMesh), retry in RocketMQ (implemented), and retry in other external 
messaging middleware (the purpose of this issue).
   
   Do you have any misunderstandings about these? If there is no 
misunderstanding, in the case of "some external messaging middleware doesn't 
have an existing retry feature", that's what the issue wants developers to do, 
to use this external messaging middleware, and to develop a feature for 
retrying in this middleware.
   
   
我们先明确一些事情:该issue谈论的重试是EventMesh内部的机制,不是向用户提供的重试特性。EventMesh对于失败的消息,内部会自动进行的重试。用户只能设置:在内存中重试(默认的、已实现、会增加EventMesh运行压力)、在RocketMQ中重试(已实现)、在其他外部消息中间件中重试(该issue的目的)。
   
请问对这些您有没有误解?如果没有误解,对于“某种外部消息中间件没有现成的重试特性”的情况,也是该issue希望开发者能完成的事啊,利用这种外部消息中间件,开发在该中间件中进行重试的功能。


-- 
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: issues-unsubscr...@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: issues-h...@eventmesh.apache.org

Reply via email to