Replies: 1 comment
-
You could try creating a custom
Then you define two separate
See if that works for your scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to implement different BackOff based on the type of exception with retry topic?
Ex: ExceptionA: BackOff (1sec, 2 retry), ExceptionB: BackOff(2sec, 4 retry)
Beta Was this translation helpful? Give feedback.
All reactions