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

YAML DSL Camel Case

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.x
    • camel-yaml-dsl
    • None
    • Unknown

    Description

      1. YAML DSL uses Camel Case for Component parameters, ex authorizationToken

      - from:
          uri: "timer://tick"
          parameters:
            period: "1s"
          steps:
            - to:
                uri: "telegram:bots"
                parameters:
                  authorizationToken: "XXX"
      

       

      2. YAML DSL uses Kebab Case for EIP and EIP parameters, ex: do-catch, wire-tap, parameters etc

      3. Kamelet properties are in Camel Case.

      4. Kubernetes part of Integration is also in Camel Case: apiVersion: camel.apache.org/v1

      I would like to propose to synchronize YAML DSL for the only one case: ex. Camel Case to be more Kubernetes standard oriented 

      Attachments

        Issue Links

          Activity

            People

              lb Luca Burgazzoli
              marat.gubaidullin@gmail.com Marat Gubaidullin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: