Fabric RTI 101: Scaling Eventstreams
Scaling an Eventstream involves more than simply increasing capacity — it’s about ensuring that each stage of the data pipeline can handle higher volumes efficiently and reliably.
The first approach to scaling is by adding more inputs and outputs. As the number of data sources or destinations grows, Eventstream can be configured to handle multiple concurrent data feeds, such as several IoT hubs, Kafka topics, or application logs.
You can also tune the Eventstream’s capacity to handle greater throughput. This involves adjusting the compute and memory resources allocated to the Eventstream so that it can process more events per second without increasing latency.
2026-09-08


