article thumbnail

Journey to Event Driven – Part 2: Programming Models for the Event-Driven Architecture

Confluent

Distributed object (RPC sync), service-oriented architecture (SOA), enterprise service bus (ESB), event-driven architecture (EDA), reactive programming to microservices and now FaaS have each built on the learnings of the previous. Programming models have evolved over the years.

article thumbnail

Egnyte Architecture: Lessons learned in building and scaling a multi petabyte content platform

High Scalability

Load Balancers / Reverse Proxy. SOA architecture based on REST APIs. In SOA, build circuit breakers to shed load early and start sending 503s if your service is choked. I also wish we were on SOA from day one, it took us some time to reach there but we are there now. How do you handle load balancing?