nicolaferraro commented on issue #1636:
URL: https://github.com/apache/camel-k/issues/1636#issuecomment-669769279


   > > Like:
   > > ```yaml
   > > apiVersion: messaging.knative.dev/v1beta1
   > > kind: Subscription
   > > metadata:
   > >   name: mysubscription
   > > spec:
   > >   channel:
   > >     apiVersion: messaging.knative.dev/v1
   > >     kind: InMemoryChannel
   > >     name: your-source-channel
   > >   subscriber:
   > >     ref:
   > >       apiVersion: serving.knative.dev/v1
   > >       kind: Service
   > >       name: the-name-of-your-integration
   > > ```
   > 
   > Which is the relation with the from in the consumer?
   > 
   > from("knative:endpoint/default")
   > 
   > This default, what must be?
   
   Just "default", you don't have to change it. That uri exposes a knative 
endpoint, the name is irrelevant so we conventionally set it to "default".


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to