Combining blocking and non-blocking retries #3820
                  
                    
                      Casper-dss
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 7 replies
-
| 
         Well, I would go just Spring Retry (  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    7 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
We want to user either blocking or non-blocking retries, depending on the exception, for the same topic. Ex. for database exceptions we would like to use blocking retries, and for ex. weblient exceptions, such as WebClientResponseException.InternalServerError, we would like to use non-blocking retries.
Beta Was this translation helpful? Give feedback.
All reactions