Spring Cloud Data Flow : Sample application to have multiple inputs and outputs

112 Views Asked by At

Spring Cloud Data Flow : Sample application to have multiple inputs and outputs.

Can anyone have a sample application to demonstrate spring cloud data flow with multiple inputs and outputs support

1

There are 1 best solutions below

0
Corneil du Plessis On

These samples apps uses multiple inputs and outputs.

The code from the acceptance tests provides an illustration of usage.

In dataflow you start by adding only one app to dsl with one of the required properties, then on deployment, you remove any extra properties and provide all the properties to connect the various streams.

The properties refer to each app by its registered name.