cloud-sdk-java
cloud-sdk-java copied to clipboard
feat: Offer `CircuitBreakerConfiguration` in DestinationService DestinationLoader builder
Context
Related
- https://github.com/SAP/cloud-sdk-java-backlog/issues/495
A property in builder could offer the option to disable circuit-breaker altogether.
This has the benefit that we do not change default behavior.
Definition of Done
- [ ] Functionality scope stated & covered
- [ ] Tests cover the scope above
- [ ] ~Error handling created / updated & covered by the tests above~
- [ ] ~Documentation updated~
- [ ] ~Release notes updated~