In Chapter 8, you briefly looked at Spring Cloud Data Flow. This chapter provides an in-depth discussion of what this technology can do. I review what you can do with stream and batch processing and show you how Spring Cloud Task creates finite workloads using Spring Batch.
Let’s start digging into Spring Cloud Data Flow.
Spring Cloud Data Flow Architecture
Spring Cloud Data Flow orchestrates and choreographs Stream apps and batch jobs. It relies on a cloud platform to manage our app’s scalability and high availability and the resiliency and fault tolerance of the underlying ...