weimeilin79 opened a new issue #1257: Multiple Knative endpoint in the same 
route will cause the pod continuously restart 
URL: https://github.com/apache/camel-k/issues/1257
 
 
   I tried a CBR pattern to call Knative serving services. 
   But I see very funny behaviour with the Camel K instance, it keeps 
terminating and restarting into an infinite loop.
   ```
   .when().simple("${body.genuses} == 'xxx'")
     .marshal(jacksonDataFormat)
     .to("knative:endpoint/xxx")
   .otherwise()
      .to("knative:endpoint/yyy")
   ```
   
   Is that something that I should not do? 

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


With regards,
Apache Git Services

Reply via email to