A Personal Journal of Learning and Discovery

Home

❯

20251121011748⁝ Architecture ; Coding

20251121011748⁝ Architecture ; Coding

Dec 12, 20251 min read

Architecture / Coding

  • 20251123125620⁝ Datadog expensive
  • functional decomposition

with new 20251123122633⁝ SpringBoot 4.0.0 Don’t need to use resilience4j,

@EnableResilientMethods
@Retryable(  
maxAttempts = 3,  
backoff = @Retryable.Backoff(delay = 2000, multiplier = 2.0)  
)  
@ConcurrencyLimit(value = 2)

however why they reinventing the wheel? Resilience4j has all of this AND circuit breakers

Dependency Cooldowns

index


Graph View

Backlinks

  • 20251121011748a⁝ functional decomposition
  • GitHub