Skip to content

Instantly share code, notes, and snippets.

@qzagarese
Created August 1, 2020 10:19
Show Gist options
  • Save qzagarese/13ad0323133c24366ec7343bdc76e050 to your computer and use it in GitHub Desktop.
Save qzagarese/13ad0323133c24366ec7343bdc76e050 to your computer and use it in GitHub Desktop.
type: micropipe
name: simple-consumer
image: "simple-consumer:latest"
inputMapping:
baseCmd: java -jar /usr/bin/simple-consumer-1.0-SNAPSHOT.jar
parameters:
- name: source
internalName: --source
optional: false
repeatable: false
outputMapping:
- outputDir: /tmp
name: output
fileNamePattern: output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment