Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kamelet-binding: support for processing steps #2043

Closed
lburgazzoli opened this issue Feb 17, 2021 · 1 comment · Fixed by #2044
Closed

kamelet-binding: support for processing steps #2043

lburgazzoli opened this issue Feb 17, 2021 · 1 comment · Fixed by #2044
Milestone

Comments

@lburgazzoli
Copy link
Contributor

We should provide a way to manipulate exchanges generated by the source before they are processed by the sink, something like:

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
  name: steps-binding
spec:
  source:
    ref:
      kind: Kamelet
      apiVersion: camel.apache.org/v1alpha1
      name: timer-source
    properties:
      message: "Camel"
  steps:
  - ref:
      kind: Kamelet
      apiVersion: camel.apache.org/v1alpha1
      name: prefix-action
    properties:
      prefix: "Apache"
  sink:
    uri: log:info
@lburgazzoli lburgazzoli added this to the 1.4.0 milestone Feb 17, 2021
@lburgazzoli
Copy link
Contributor Author

/cc @nicolaferraro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant