squakez opened a new issue #764:
URL: https://github.com/apache/camel-k-runtime/issues/764


   A route like:
   ```
   from("timer:x?repeatCount=1").setBody(constant("Hello"))
   
.to("knative:event/myevent?apiVersion=eventing.knative.dev/v1&kind=Broker&name=mybroker");
       }
   ```
   fails with:
   ```
   Caused by: org.apache.camel.RuntimeCamelException: 
java.lang.IllegalArgumentException: Unable to find a resource definition for 
event/sink/myevent
   ```
   As we lookup a service with type instead that object name also for event 
types. It only works with the fallback `default` broker.


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to