Spring Cloud Task

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud Task相关的知识,希望对你有一定的参考价值。

Spring Cloud Task 1.0.3.RELEASE 和 1.1.0.M1 发布了。Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具(基础教程qkxue.net)。使用 Spring Cloud(app开发公司ty300.com) ,开发者可以快速实现上述这些模式。

Spring Cloud Task 1.0.3.RELEASE的更新是一个小更新,包括为了对齐而清除项目内的依赖管理和剩余部分的Spring Cloud组合如何管理它的依赖。

Spring Cloud Task 1.1.0.M1的主要更新如下:

Updated error message handling - This release adds a new column to theTASK_EXECUTION table, ERROR_MESSAGE. This new column will be where any exception that is thrown causing the failure of a task to be recorded (this is changed from theEXIT_MESSAGE field in previous versions). This change allows for the EXIT_MESSAGEfield to be better utilized for orchestration of tasks.
Improved options for customizing the launch of partitioned job workers - When using the DeployerPartitionHandler, 1.1.0 now provides abstractions around customizing the environment variables and command line arguments on a per partition basis. This is an improvement of the all or nothing option available in the 1.0.x branch.

以上是关于Spring Cloud Task的主要内容,如果未能解决你的问题,请参考以下文章

spring-cloud-config-server

Spring Cloud实战Spring Cloud GateWay服务网关

spring-cloud-config——Quick Start

Spring Cloud入门 - Spring Cloud保护机制

spring cloud 与 spring boot 和 spring cloud alibab 版本号对应

整合spring cloud云服务架构 - Spring Cloud简介