Jun 19, 2024 · 10 min read · Introduction In the world of modern application development, the ability to handle asynchronous data streams efficiently is critical. Reactive Streams provide a powerful approach to managing this, and Project Reactor, a library for building non-block...
Join discussion
Feb 21, 2024 · 3 min read · 📖 Introduction In the dynamic landscape of web development, the need for efficient, scalable, and asynchronous communication has become paramount. Netty, a robust and high-performance networking framework, coupled with a reactive HTTP client, offers...
Join discussion
Jul 2, 2023 · 5 min read · R2DBC problem introduction You are using a framework like micronaut-data with r2dbc and pooling enabled. Everything is set as per documentation. But you might see that sometimes queries are becoming very slow, as if resources were exhausted. But upon...
BMLuboš and 1 more commented
Feb 24, 2023 · 8 min read · Building Reactive Systems with Spring Boot: Leveraging Spring WebFlux and Reactor In today's fast-paced world, where responsiveness and scalability are critical factors, building reactive systems has become a necessity. Reactive systems are those tha...
Join discussion