I was checking out the @EnableJaxRsProxyClient stuff in CXF and it seems like it only supports creating proxies to one service (there's only one address property to declare). In our application, we have the need to potentially connect to multiple services using client proxies. I have some "frameworky" stuff that allows us to do so in a pretty simplistic way. Is that something we'd be interested in having in the framework itself?
- Spring Boot Support for Multiple Client Proxies? James Carman
- Re: Spring Boot Support for Multiple Client Proxies? Andriy Redko
