You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/12/07 06:59:00 UTC

[jira] [Created] (CAMEL-17288) camel-core - Route template parameters dash vs camel case keys and required

Claus Ibsen created CAMEL-17288:
-----------------------------------

             Summary: camel-core - Route template parameters dash vs camel case keys and required
                 Key: CAMEL-17288
                 URL: https://issues.apache.org/jira/browse/CAMEL-17288
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.14.0


You can in a kamelet define options with dash style

    required:
      - kafka-brokers
      - kafka-topic
      - kafka-service-account-id
      - kafka-service-account-secret
      - log-message

Which can get mapped to camelCase keys and some required check code cannot match because it lookup with kafkaBrokers




--
This message was sent by Atlassian Jira
(v8.20.1#820001)