Helidon Nima - Loom based microservices framework
Channel:
Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=aYY04D4_OQA
Presented by Dmitry Kornilov (Oracle) at EclipseCon 2022.
For quite a long time we were forced to make a choice - performance vs. simplicity. Either use a complicated and performant reactive code, or use simple, yet limited blocking approach.Thanks to project Loom in JDK, the paradigm can shift once more even for applications that require high concurrency. I will introduce Helidon Nima - new microservices framework which is built on top of a server designed for Loom with fully synchronous routing that can block as needed, yet still provide high performance under heavy concurrent load. I'll also talk about challenges, benefits and impact on application development in such an environment.