Skip to content

Instantly share code, notes, and snippets.

@cbeams
Last active December 22, 2015 20:49
Show Gist options
  • Select an option

  • Save cbeams/6529573 to your computer and use it in GitHub Desktop.

Select an option

Save cbeams/6529573 to your computer and use it in GitHub Desktop.
$bin>./xd-shell
Welcome to the Spring XD shell. For assistance hit TAB or type "help".

xd:>stream create --name httpStream --definition "http | file"

xd:>tap create --name httpTap --definition "tap httpStream | counter"

xd:>http post --target http://localhost:9000 --data "helloworld"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment