Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 677 Bytes

File metadata and controls

12 lines (9 loc) · 677 Bytes
path title description summary
recipes/scaling/
Scaling
Prometheus and Data Flow to autoscale streaming data pipelines
true

Scaling Data Pipelines

Spring Cloud Data Flow provides a dedicated, Scale API, designed for scaling data pipelines. The API can be used to implement scaling characteristics based on application business logic. Developers can implement an auto-scale controller and reuse it with Kubernetes, Cloud Foundry or even with the Local platform for local testing purposes.

Find below recipes about how to scale applications using SCDF Shell or implement autoscale streaming data pipelines.