问题标签 [spring-cloud-dataflow-ui]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
76 浏览

spring-boot - How to display all processor in graphical view?

Tool: Spring Cloud Data Flow

I have created a sample with Source, Processor and Sink. The graphical view of the whole app is

enter image description here

As I have an existing application which contains multiple Processor in a single project and enabled at once using code below

Then, is there any possibility or configuration required so Data Flow can display all processor from the project?

It's really helpful if the Data Flow display processor with boundary and contains multiple processors in it (Shown in below image)

enter image description here

0 投票
1 回答
192 浏览

spring-cloud-dataflow - Spring Cloud Data Flow,当应用程序输出映射到两个不同的应用程序输入时部署失败:无法安装AppDeployRequest

在 Kubernetes SCDF (2.2.0.RELEASE) 中,在简单流中,当应用程序的输出映射到两个不同的应用程序输入时,流 DEPLOY 失败并显示错误消息“无法安装 AppDeployRequest”。

示例分支流

船长控制台日志

问题修复: 在重命名流时修复了问题

0 投票
1 回答
257 浏览

spring-cloud-dataflow - 没有http url的spring云数据流UI导入jar

我正在使用 PCF 并尝试使用 http url 批量/单个导入应用程序,发现网络阻止了外部 http,是否可以选择在不添加到 http 的情况下上传我的任务 jar?

以下网址我尝试导入

http://repo.spring.io/libs-snapshot/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Celsius.BUILD-SNAPSHOT/spring-cloud-stream-app-descriptor- Celsius.BUILD-SNAPSHOT.stream-apps-kafka-10-maven

http://repo.spring.io/libs-release-local/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Celsius.SR3/spring-cloud-stream-app-descriptor- Celsius.SR3.stream-apps-rabbit-maven ta

在此处输入图像描述

0 投票
2 回答
1459 浏览

spring-cloud-dataflow - Spring Cloud 数据流自定义应用属性

我创建了一个自定义的 Spring Cloud 数据流应用程序。我想用它创建一个流并将一些应用程序属性放入其中,因为我们可以为提供的应用程序日志(0/3 属性)添加: 在此处输入图像描述

我尝试使用application.yml文件resources folder

但它没有用。

我也尝试创建一些Properties.class

并在文件中添加以下声明dataflow-configuration-metadata-whitelist.properties

configuration-properties.classes=com.mycompany.Properties 但这并不成功,并且该应用程序没有任何属性。

我在文档中找不到任何相关的东西(我不是说英语的母语,所以我可能误读了一些东西)。

感谢您的帮助

在 META-INF 文件夹中移动 dataflow-configuration-metadata-whitelist.properties 后编辑

白名单属性文件不在 META-INF 文件夹下。现在我有这个项目:

在此处输入图像描述

但这无济于事。pom.xml 是:

然后我用 docker 构建应用程序。那么码头工人有什么具体要做的吗?我可以阅读文档,但看不到我的项目中缺少什么

0 投票
1 回答
50 浏览

spring - 在 minikube 中安装后 Spring Cloud Dataflow UI 异常

嗨,我是 Spring Cloud 数据流的新手,我正在尝试使用文档在 minikube 中安装 scdf

https://dataflow.spring.io/docs/installation/kubernetes/kubectl/

但是当访问仪表板时,“无法打开 JPA EntityManager 进行事务;嵌套异常是 org.hibernate.exception.JDBCConnectionException:无法获取 JDBC 连接”异常发生。仪表板出现,但访问选项卡时,出现错误消息。

希望有人帮忙。

0 投票
1 回答
89 浏览

spring - spring-cloud-dataflow 是否提供对任务本地调度的支持?

嗨,我正在尝试将调度程序添加到 SCDF 任务?这可能在本地机器服务器上吗?

0 投票
0 回答
29 浏览

java - 无法在组合任务运行器中执行第二个应用程序

spring-cloud-data-flow shell 中,使用 c omposed-task-runner我已将任务注册为:

并通过提供所需的参数来启动它:


应用程序运行并获得结果taskcsv,但它没有结束并且流程应用程序执行没有开始。

0 投票
1 回答
582 浏览

spring-batch - spring-cloud-dataflow-server-local 为 MySQL 启动?

我正在使用 Spring Batch 处理 Spring Data Flow。在这个例子中,我下载了 spring-cloud-dataflow-server-local-1.7.4.RELEASE并简单地运行它java -jar spring-cloud-dataflow-server-local-1.7.4.RELEASE.jar,但它只是试图连接到 H2 数据库。

如果我们可以在 MySQL 上启动它,有什么办法吗?

0 投票
1 回答
2337 浏览

spring - 引起:org.apache.http.conn.HttpHostConnectException:连接到 localhost:7577 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] 失败:

我通过Spring Cloud Data Flow以下Spring Batch方式使用参考: https ://codenotfound.com/spring-batch-admin-example.html 。现在我使用了最新版本的 Spring Boot v2.2.6.RELEASE

错误:

pom.xml

SpringCloudDataFlowServerApplication.java

当我file://C:/Users/e081155/Documents/Batch/spring-batch-task/target/spring-batch-task-0.0.1-SNAPSHOT.jar在创建应用程序时给出了以下错误。

0 投票
1 回答
1361 浏览

spring - 原因:java.lang.IllegalStateException:无法加载驱动程序类:org.mariadb.jdbc.Driver - Spring Cloud Data Flow

我正在使用 Spring Cloud Data Flow 和 Spring Batch 示例。在此示例中,根据此链接,我使用以下命令启动 Spring Cloud Data Flow Server

java -jar spring-cloud-dataflow-server-local-1.7.4.RELEASE.jar -->spring.datasource.url=jdbc:mysql://localhost:3306/test --spring.datasource.username=root - -?spring.datasource.password=root --spring.datasource.driver-class-name=org.mariadb.jdbc.Driver &

在此处输入图像描述

但是Spring Batch我使用的代码只使用它MySQL并完全使用它开发。

当我在 SCDF UI 中创建任务并执行任务时,它给了我以下错误 -

作业配置.java

pom.xml

注意 - MySQL 版本是 8.0.18