Spring: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Linha 15: Linha 15:
**[https://github.com/spring-cloud/spring-cloud-dataflow-samples Spring Cloud Data Flow Samples]
**[https://github.com/spring-cloud/spring-cloud-dataflow-samples Spring Cloud Data Flow Samples]
Cloud Stream APPs Starter
Cloud Stream APPs Starter
*[https://dataflow.spring.io/docs/stream-developer-guides/getting-started/stream/ Getting Started with Stream Processing]
*[https://github.com/spring-cloud-stream-app-starters Spring Cloud Stream App Starters]
*[https://github.com/spring-cloud-stream-app-starters Spring Cloud Stream App Starters]
*[https://github.com/spring-cloud/spring-cloud-stream-app-starters OLD REPO, Spring Cloud Stream App Starters]
*[https://github.com/spring-cloud/spring-cloud-stream-app-starters OLD REPO, Spring Cloud Stream App Starters]

Edição das 12h31min de 22 de janeiro de 2020

Spring

Eureka

BOOT

Data Flow

Cloud Stream APPs Starter

Docker

Deploy on Kubernetes

Tasks

JAVA DSL

Tasks

Properties

scheduler.kubernetes.entryPointStyle=<Entry Point Style> exec/shell/boot
scheduler.kubernetes.environmentVariables=JAVA_TOOL_OPTIONS=-Xmx1024m
scheduler.kubernetes.imagePullSecret=mysecret
scheduler.kubernetes.entryPointStyle=exec

SHELL

URLS

Example

dataflow:>app import --uri http://bit.ly/Einstein.GA-stream-applications-kafka-10-maven
dataflow:>stream create --name mysqlstream --definition "http --server.port=8787 | jdbc --tableName=names --columns=name --spring.datasource.driver-class-name=org.mariadb.jdbc.Driver --spring.datasource.url='jdbc:mysql://localhost:3306/test'" --deploy
dataflow:>stream list

SKIPPER

MySql

Clear tasks "running" from queue

delete from TASK_TASK_BATCH;
delete from TASK_EXECUTION_PARAMS;
delete from TASK_EXECUTION;

Cloud

Azure