Logging/Performing Logic During Retries @RetryableTopic #2130
-
I am using It seems like answers from this post are along the right track, however I just wanted to reach out for suggestions in case there is an ideal solution for this scenario. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The record is sent to the next topic immediately; the delay is implemented by the consumer from that topic. Does the |
Beta Was this translation helpful? Give feedback.
The record is sent to the next topic immediately; the delay is implemented by the consumer from that topic.
Does the
ProducerInterceptor
solution not work for some reason? If you use the default retry topic naming strategy, you can infer the retry delay from the topic name.