Spring Cloud Data Flow 实战:使用 Shell 和 Dashboard 创建流
1. 使用 Spring Cloud Data Flow Shell
Spring Cloud Data Flow Shell 是一个交互式的文本终端工具,可用于测试和创建流。在使用之前,需要移除所有流的 DSL 定义,并停止/重启 Spring Cloud Data Flow 服务器,因为需要重新注册所有应用。
1.1 启动 Spring Cloud Data Flow Shell
有两种方式可以启动 Spring Cloud Data Flow Shell:
- 使用 Docker Compose :如果使用本地部署,如 Docker Compose,可以重用 Spring Cloud Data Flow 服务器。启动基础设施后,使用以下命令:
$ docker exec -it dataflow-server java -jar shell.jar
- 下载 Uber - JAR :从
超级会员免费看
订阅专栏 解锁全文
1859

被折叠的 条评论
为什么被折叠?



