Skip to content

Instantly share code, notes, and snippets.

@maxandersen
Created December 5, 2022 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxandersen/9046f6e40b675a0e9f751a7778123502 to your computer and use it in GitHub Desktop.
Save maxandersen/9046f6e40b675a0e9f751a7778123502 to your computer and use it in GitHub Desktop.
///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