> Markdown version of [/events/world-congress-2026-europe/sessions/1313-what-if-we-ve-been](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1313-what-if-we-ve-been). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # What If We've Been Scaling Stream Processing Wrong All Along? - **Date:** Thursday, Jul 9, 2026 - **Time:** 16:10–16:40 (30 min) - **Room:** Stage 12 - **Event:** World Congress 2026 Europe ## Recording [Watch recording](https://www.wearedevelopers.com/videos/100139-what-if-we-ve-been-scaling-stream-processing-wrong-all-along) ## Description Your Kafka Streams application just rebalanced. Again. Your Flink checkpoint is timing out. Again. Here's an uncomfortable truth: most stream processing applications don't operate at Uber scale. They handle thousands of events per second—complex joins, stateful aggregations, valid use cases—but nowhere near the volumes that justify the operational complexity we've accepted as normal. Yet we pay the full distributed systems tax anyway. Repartition topics doubling network I/O. Repeated serialization burning CPU cycles. Standby replicas sitting idle. State migration or restoration during deployments. And the human cost: specialized expertise that takes years to develop, expert teams that are expensive to build and painful to lose. We've normalized extraordinary inefficiency in the name of horizontal scalability that many applications will never need. But rethinking stream processing in 2026 doesn't mean "just use Postgres." In this talk, I'll share an early-stage exploration of a different approach. A framework that preserves the Kafka Streams DSL, borrows Flink's approach to exactly-once semantics, leverages Project Loom for high concurrency—and challenges a fundamental assumption that both frameworks share. This isn't a production-ready announcement. It's an invitation to question conventional wisdom and explore what stream processing could look like when we stop distributing by default. ## Speaker ### [Hartmut Armbruster](https://www.wearedevelopers.com/@hartmut-armbruster) Software Architect at StoatFlow ## Related talks at this congress - [Swapping a Data Warehouse at Runtime: Zero-Downtime Migration Without Changing a Single Client](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1345-swapping-a-data) — Max Fischer, Michael O'Toole - [Building a Cloud Platform Where Everything is Just Another Kubernetes Resource](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1131-building-a-cloud) — Patrick Koss - [From DevOps to Scaled DevOps: How We’re Rebuilding Continuous Delivery as a Platform](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1016-from-devops-to) — Dominik Krichbaum - [Never say refactoring is impossible](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1355-never-say) — Andreas Kleinbichler