Spring Boot 3.2 introduced Virtual thread support along with Java 21. Virtual threads in JAVA introduced the application level concurrency in a different paradigm. Imagine a boot application fielding around 50K blocking requests and not getting an out-of-memory error. In the current world, when thinking about threads in Java/Boot programming, we are limited to the … Continue reading Virtual and Process threads with Spring Boot
Tag: JAVA
Async spring boot and Certifications journey
I have two updates in this blog post. For my lack of consistency in not blogging, I had to revisit this. “Getting an audience is hard. Sustaining an audience is hard. It demands a consistency of thought, of purpose, and of action over a long period of time.” - Bruce Springsteen. When I was gone, … Continue reading Async spring boot and Certifications journey


You must be logged in to post a comment.