Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17711

camel-jbang - Running Camel K integration to support spec/sources

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.16.0
    • camel-jbang
    • None
    • Unknown

    Description

      So you can run

      apiVersion: camel.apache.org/v1
      kind: Integration
      metadata:
        name: zzz-int
      spec:
        flows:
          - from:
              uri: "timer:demo"
              parameters:
                period: 3000
              steps:
                - process: 
                    ref: myProcessor  
                - log: "${body} + ${headers}"
        sources:
          - content: |-
              beans {
                  myProcessor = processor { 
                      it.in.body = 'Hello Camel K!'
                  }
              }
            name: xxx.groovy
      

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: