Skip to content

[DIL] Add sink parameter to action kamelets #596

@skin27

Description

@skin27

In DIL you have both action steps and sink steps. The only difference is that an action is linked to another step. For this a separate Kamelet is created. This is somewhat overkill.

Earlier the Kamelets were manipulated, but this can cause confusion and extra resources on startup. The idea:

  1. Add boolean parameter Sink to the action kamelets. Set it by default to false.
  2. Add disabled to the link (out endpoint) that uses this parameter.
  3. Change the transpiler so that when sink is used an action kamelet is called with sink parameter is true
  4. Delete all sink kamelets

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions