spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Add ability to decorate HttpExchangeAdapter through HttpServiceProxyFactory

Open rstoyanchev opened this issue 5 months ago • 0 comments

Spring Cloud needs to decorate the adapter to apply circuit breaker support. There are other use cases where the need may arise too, and if using HTTP Service group config, then it would be useful to be able to apply this through a callback on HttpServiceProxyFactory.Builder.

rstoyanchev avatar Jun 16 '25 10:06 rstoyanchev