问题标签 [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.
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
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)
spring-cloud-dataflow - 没有http url的spring云数据流UI导入jar
我正在使用 PCF 并尝试使用 http url 批量/单个导入应用程序,发现网络阻止了外部 http,是否可以选择在不添加到 http 的情况下上传我的任务 jar?
以下网址我尝试导入
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
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 构建应用程序。那么码头工人有什么具体要做的吗?我可以阅读文档,但看不到我的项目中缺少什么
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 连接”异常发生。仪表板出现,但访问选项卡时,出现错误消息。
希望有人帮忙。
spring - spring-cloud-dataflow 是否提供对任务本地调度的支持?
嗨,我正在尝试将调度程序添加到 SCDF 任务?这可能在本地机器服务器上吗?
java - 无法在组合任务运行器中执行第二个应用程序
在spring-cloud-data-flow shell 中,使用 c omposed-task-runner我已将任务注册为:
并通过提供所需的参数来启动它:
应用程序运行并获得结果taskcsv
,但它没有结束并且流程应用程序执行没有开始。
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 上启动它,有什么办法吗?
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
在创建应用程序时给出了以下错误。
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