0

@Retryable annotation in Spring Retry mechanism is blocking thread during retry. Do we have any retry mechanism which is not blocking thread for a particular task during backoff time and can execute other tasks ?

With @Retryable annotation, the thread that performs the whole retry policy and remains blocked during backoff time.