Hello! I figured out that Spring Retry doesn't wor...
# spring
d
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
resilience4j works great. They have an annotation or functional style available.
d
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.
271 Views