You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/18 03:54:13 UTC

[GitHub] [camel-quarkus] gongqian commented on issue #1851: The stream has no active subscriptions when using camel-quarkus-smallrye-reactive-messaging

gongqian commented 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
   mp:
     messaging:
       incoming:
         pulasr-test:
           connector: smallrye-camel
           endpoint-uri: pulsar:persistent://default/poc-topic?subscriptionType=SHARED&subscriptionName=reactive
   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:
users@infra.apache.org