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

Steps in KameletBinding accept also non-action kamelets resources #741

Closed
lfabriko opened this issue Jan 26, 2022 · 1 comment
Closed

Steps in KameletBinding accept also non-action kamelets resources #741

lfabriko opened this issue Jan 26, 2022 · 1 comment

Comments

@lfabriko
Copy link
Contributor

lfabriko commented Jan 26, 2022

I observed I can use also non-action kamelets in KameletBinding:

  • produces correct output: klb timer-source (source) - kafka-sink (step) - log-sink (sink)
  • produces no output: klb timer-source (source) - kafka-source (step) - log-sink (sink)
  • produces null Body: klb timer-source (source) - Channel (step) - log-sink (sink)
@oscerd
Copy link
Contributor

oscerd commented Feb 15, 2023

timer-source without message creates an empty body. So the behavior is correct.

@oscerd oscerd closed this as completed Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants