I have three spring cloud stream applications that are used to build data pipes.
Product Service: It creates product with name, price, etc...
Discount Service: It decides discount for given product.
Courier Service: It takes a product and dispatches the given product.
The applications are in the Github
GITHub
Software versions and applications are mentioned in README.md in GITHub page
4. Dataflow server log
Apps runtime status
I am running all the instances on Microsoft Windows [Version 10.0.16299.1686] local machine without any dockers.
`Stream is created and deployed. It is always in DEPLOYING status even after few hours as shown in the picture.
I am not very sure what is wrong with it. Could anyone help here?`