Mahidhar Mullapuditutorialq.hashnode.dev·Jun 19, 2024Reactive Streams in Java: Using Project ReactorIntroduction 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...DiscussReactive Programming
Aldo Lushkjablog.aldolushkja.it·Feb 21, 2024Empowering Asynchronous Communication with Netty and Reactive HTTP Client🎯 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**...DiscussJava
Piotrpiotrd.hashnode.dev·Jul 2, 2023Java's reactive connection pooling performance caveatR2DBC 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...Discuss·2 likes·1.6K readsJava
Amr Khaledamrtechuniverse.com·Feb 24, 2023Building Reactive Systems with Spring Boot: Leveraging Spring WebFlux and ReactorBuilding 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...Discuss·1 like·225 readsSpringing into Action: A Spring Boot Journey from Novice to ProSpringboot