Yes it is possible if you use spring-boot +
spring-cloud-eureka-discovery + camel-spring-cloud.
i.e. in camel-example-spring-cloud-servicecall we use consul but if
you swap consul by eureka, it should work too as camle uses the
generic DiscoveryClient implementation provided by spring-cloud.

If it does not work, please raise a jira.

---
Luca Burgazzoli

On Fri, Aug 17, 2018 at 3:19 PM Ranabroto Ghosh
<ranabroto.gh...@globalcharge.com> wrote:
>
>  I wanted something like below,
>
> <serviceCall name="testService/getDetails?id=3D45"/>
>
>
> Can camel not use some component to discover the service URL from eureka
> for this service?
>
> On 17 August 2018 at 13:41, Ranabroto Ghosh <
> ranabroto.gh...@globalcharge.com> wrote:
>
> > I want two simple camel micro-service application and they communicating
> > using Eureka service discovery, is this possible? I found couple of
> > examples camel using Consul but nowhere with Eureka. I would very thankful
> > if anybody can help with a sample code example.
> >
> > --
> > Kind Regards
> > Rana
> >
>
>
>
> --
> Kind Regards
> Rana

Reply via email to