You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Ranabroto Ghosh <ra...@globalcharge.com> on 2019/05/23 11:06:35 UTC

configure serviceCall eip with consul

I am using below in applicaiton.yml

camel:
   cloud:
      consul:
         service-discovery:
            url: http://localhost:8500

then call another service which is registered in consul service discovery
like below
<serviceCall name="camel-consul-second/api/hey?bridgeEndpoint=true"/>

but always receiving this error

java.util.concurrent.RejectedExecutionException: No active services with
name camel-consul-second
 Where am I going wrong here ?
-- 
Kind Regards
Rana