Spring Cloud Data Flow 2.2.0.M1 Released
The Spring Cloud Data Flow team is pleased to announce the milestone release 2.2.0.M1.
Along with some enhancements and bug fixes, here are some of the highlights of the release:
Metrics for Tasks Metrics and monitoring continue to be one of the important themes for Spring Cloud Data Flow. Building upon the InfluxDB integration that we have for streams, in 2.2, we are adding support for Tasks, too. The core of the Micrometer integration landed in Spring Cloud Task's 2.2.0 release-line, which by the way is a requirement if you are going to try out the Task-metrics and the SCDF integration.
For convenience, we have a sample application that builds on the compatible upstream versions of Spring Boot, Spring Batch, and Spring Cloud Task. With this application launched in SCDF, you are now able to instrument metrics with InfluxDB as the backend, and likewise visualize the statistics…