You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by James Carman <ja...@carmanconsulting.com> on 2018/02/22 17:18:07 UTC

Spring Boot Support for Multiple Client Proxies?

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?

Re: Spring Boot Support for Multiple Client Proxies?

Posted by Andriy Redko <dr...@gmail.com>.
Hey James,

If this feature benefits to CXF users, we would be certanly open to consider it.
Could you please submit the PR on a github so we would have a chance to review it?
Thanks!

Best Regards,
    Andriy Redko

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