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/11/25 12:55:28 UTC

[GitHub] [camel-karavan] mgubaidullin edited a comment on pull request #124: bug fix when expression is not string

mgubaidullin edited a comment on pull request #124:
URL: https://github.com/apache/camel-karavan/pull/124#issuecomment-979189950


   Currently Karavan supports only implicit and explicit Expression definition. Ex. yaml for your case:
   ```
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: jsonpath-test.yaml
   spec:
     flows:
       - from:
           uri: 'kamelet:webhook-source'
           steps:
             - filter:
                 expression:
                   jsonpath: $.some.data.that.doesnt.exists
             - remove-headers:
                 pattern: '*'
           parameters:
             subpath: SOME_PATH
   ```
   
   UI
   <img width="746" alt="Screen Shot 2021-11-25 at 7 45 49 AM" src="https://user-images.githubusercontent.com/1379213/143444545-ade09ff1-e557-49d2-a4f6-efed03bd4937.png">
   
   
   
   
   
   Full Expression definition is not yet implemented. 
   


-- 
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-unsubscribe@camel.apache.org

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