Is there a way to launch a set of steams and taps that have been defined when a new instance of spring xd is launched?
The scenario is this: We've done some prototyping on our dev systems, but now when we'd like to build and release this to a test team. We'd like to automate most of the background work and the user needs to just worry about the output from the streams and not have to worry about the streams or their definitions or their deployment.
To facilitate this is there any runtime configurations we can use?
UPDATE: Our current approach involves writing a shell script to make some rest calls to the Spring API to create and deploy the required streams.