Spring Cloud Data Flow流部署处于DEPLOYING状态

时间:2020-02-28 10:24:52

标签: spring-cloud-dataflow

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

1. Zookeeper log

2. Kafka Server log

3. Skipper Server log

4. Dataflow server log

5. Dataflow shell log

6. Product Service log

7. Discount Service log

8. Courier Service log

Stream Deployment Status enter image description here

Apps runtime status enter image description here

我正在没有任何docker的Microsoft Windows [版本10.0.16299.1686]本地计算机上运行所有实例。

`Stream已创建并部署。如图所示,即使经过几个小时,它仍处于DEPLOYING状态。

我不太确定这是怎么回事。有人可以帮忙吗?

1 个答案:

答案 0 :(得分:1)

对我来说,解决方案是将Actuator and Web Dependencies添加到项目中。有关更多详细信息,请参见此post