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

   > > My original intention is that for the two retry strategies of kafka and 
redis, because these two middlewares do not provide consumption retry 
strategies, my plan is as follows:
   > 
   > > 
   > 
   > > The first kind: Simulate rocketmq's retry mechanism, create a retry 
topic when creating a topic, use the same consumer subscription, and keep 
retrying until the maximum number of repetitions is reached.
   > 
   > > 
   > 
   > > The second kind: In these two retry strategies, the failed event is 
directly added to the end of the original topic.
   > 
   > 
   > 
   > The fact is that I didn't understand your meaning before. I think the 
first plan is more feasible, while the second plan, in my opinion, will cause 
message confusion in the message queue and duplicate consumption. 
   > 
   > For "create a retry topic when creating a topic", it is better to delay 
the creation until the retry is needed.
   
   Thanks for your suggestion, I will implement it soon.


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