Java
The Apache Pulsar Advantage: Why Tencent Moved from Kafka - Multi-Tenancy, Geo-Replication, and Tiered Storage in Practice
- Sudhir Mangla
- Java , Data Engineering
- 17 Dec, 2025
1 Introduction: The Scale Ceiling and the Architectural Pivot Streaming platforms behave very differently once they move past “large” and enter true enterprise scale. At modest volumes, most archi
Read More
Event Sourcing and CQRS with Axon Framework: Building Banking Systems with Eventual Consistency and Saga Orchestration
- Sudhir Mangla
- Java , Domain Driven Design
- 12 Nov, 2025
1 The New Imperative for Banking: Why Auditability and Scale Demand Event Sourcing Modern banking systems are expected to handle millions of transactions daily, maintain complete audit trails for
Read More
The Distributed Transaction Masterclass: 2PC, Saga, and TCC Patterns with Spring Cloud, Temporal, and Apache Seata
- Sudhir Mangla
- Java , Microservices
- 10 Nov, 2025
1 Introduction: The Inevitable Transaction Problem in Microservices Every architect who has moved from monoliths to microservices faces the same moment of reckoning: the first time a distributed t
Read More
The Ultimate Java Performance Tuning Playbook: JVM Internals, GC Algorithms, and JIT Compilation in Production
- Sudhir Mangla
- Java , Performance Optimization
- 08 Nov, 2025
1 Why Java Performance Still Matters in 2025 In 2025, Java remains one of the most deployed runtimes in production. From trading engines to Kubernetes microservices, Java powers billions of transa
Read More