Reactive Architectures with RSocket and Spring Cloud Gateway
Spring Cloud Gateway introduced a flexible API for configuring the edge service of our applications. Built upon Project Reactor, Spring WebFlux, and Spring Boot 2. 0, Spring Cloud Gateway provided a modern and efficient architecture to handle a large number of concurrent requests. However, as with all things Reactive in the Java stack, features like back pressure were only effective within the scope of the JVM. Once a request entered the network, all bets were off. The RSocket protocol allows us to overcome this limitation by extending the capabilities of reactive architectures down to the network level. In this talk, we ll provide an overview of the key benefits of RSocketbased networking and introduce the integration of Spring Cloud Gateway with RSocket. We ll discuss the benefits of this integration, including the impact on speed, scalability, security, and more. We ll also discuss use cases, and show how you can leverage this new technology in your applications.
|
|