Hello!
I figured out that Spring Retry doesn't work with coroutines. I need something to replace it with during the Kotlin coding. Are there any replacements, or any information when it will be fixed in spring?
b
Ben
02/17/2021, 4:50 PM
resilience4j works great. They have an annotation or functional style available.
d
Denis Sazonov
02/18/2021, 7:29 AM
Yes, looks like as a huge framework for framework solution.
I'm using https://github.com/michaelbull/kotlin-retry for now as it's enough for my simple project and my needs.
But I'm more interesting in having this core Spring Boot functionality working with Kotlin.