Skip to content

Instantly share code, notes, and snippets.

@maxandersen
Created December 5, 2022 10:52
Embed
What would you like to do?
///usr/bin/env jbang --quiet camel@apache/camel pipe "$0" "$@" ; exit $?
---
# camel-k: language=yaml
# Will upper-case the input
- from:
uri: "stream:in"
steps:
- setBody:
simple: "${body.toUpperCase()}"
- to: "stream:out"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment