Spring Reactive
-
Enterprise Java
Creating Kafka Consumers With Reactor Kafka
Reactor Kafka provides a reactive API that integrates Apache Kafka with Project Reactor, enabling developers to create non-blocking, back-pressure-aware Kafka…
Read More » -
Enterprise Java
Handle the Blocking Method in Non-blocking Context Warning
With the rise of reactive programming, frameworks like Spring WebFlux provide non-blocking and asynchronous solutions for handling web requests. However,…
Read More » -
Enterprise Java
Conditionals in Spring WebFlux Reactive Flow
Spring WebFlux is a part of the Spring Framework that enables developers to build reactive, non-blocking web applications. Unlike traditional…
Read More » -
Enterprise Java
Spring WebClient Synchronous Requests Example
Spring Framework has evolved to provide a wide variety of ways to interact with external systems, especially through HTTP requests.…
Read More » -
Enterprise Java
Using Reactor Mono.cache() for Memoization In Spring
Memoization is an optimization technique used to speed up applications by storing the results of expensive function calls and reusing…
Read More » -
Enterprise Java
Spring-Reactive samples
Spring-Reactive aims to bring reactive programming support to Spring based projects and this is expected to be available for the timelines…
Read More »