0

I'm currently implementing retries and circuitbreakers using Resilience4j. Most of the examples online are using Spring Boot online and noticed that @Retry and @CircuitBreaker annotations are being used. However, I was wondering if a similar approach could be used for a kotlin app without Spring MVC or SpringBoot?

Thanks!

zb92
  • 3
  • 1

1 Answers1

0

No, annotations only work when you use a framework like Spring Boot, Micronaut or Ratpack

Robert Winkler
  • 1,734
  • 9
  • 8