gongqian edited a comment on issue #1851:
URL: https://github.com/apache/camel-quarkus/issues/1851#issuecomment-781030355


   I encountered the same issue with pulsar component, it is a simple 
project..with inbound config like the following
   Inbound configuration
   <block>
   mp:
     messaging:
       incoming:
         pulasr-test:
           connector: smallrye-camel
           endpoint-uri: 
pulsar:persistent://default/poc-topic?subscriptionType=SHARED&subscriptionName=reactive
   </block>
   Quarkus has the following warning
   
   2021-02-17 22:42:53,976 INFO  
[org.apa.cam.imp.eng.InternalRouteStartupManager] (Quarkus Main Thread) Route: 
route7 started and consuming from: 
reactive-streams://0C994938016BAD2-0000000000000002
   2021-02-17 22:42:53,982 WARN  [io.sma.rea.mes.provider] (Quarkus Main 
Thread) SRMSG00207: Some components are not connected to either downstream 
consumers or upstream producers:
           - IncomingConnector{channel:'pulasr-test', 
attribute:'mp.messaging.incoming.pulasr-test'} has no downstream
           - 
SubscriberMethod{method:'com.gm.devit.drp.pulsar.inbound.IncomingConsumer#consume',
 incoming:'pulsar-test'} has no upstream
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to