In the previous chapter, I showed you how to create and deploy custom streams using multiple binders in Spring Cloud Data Flow. This chapter continues with more features by creating stream DSL apps, running and/or triggering tasks and batch processes, and more. In previous chapters, you saw how companies need to run overnight processes—finite jobs that process data and modify it by enhancing its contents or doing a transformation, and applying some filtering.
Spring Cloud Task Primer
Spring Cloud Task is a technology that allows you to create finite microservices, ...