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

camel-core - Kamelet EIP allow to specify parameters as property paris

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • 4.0.0
    • camel-core
    • None
    • Unknown

    Description

      Currently the Kamelet EIP uses an URI syntax for calling a kamelet.

      .kamelet("foo?bar=Murphys&time=9:15")
      .to("kafka:cheese")
      .end()

      But it may be nice also to allow to specify parameters with

      .kamelet("foo")
      .parameter("bar", "Murphys")
      .parameter("time", "9:15")
      .to("kafka:cheese")
      .end()

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: