Reactive Microservices with Spring Boot and JHipster

February 21, 2023

Microservice architectures are all the rage in JavaLand. They allow teams to develop services independently and deploy autonomously. Why microservices? IF you’re developing a large, complex application AND you need to deliver it rapidly, frequently, and reliably over a long period of time THEN the microservice architecture is often a good choice. Reactive architectures are becoming increasingly popular for organizations that need to do more with less hardware. Reactive programming allows you to build systems that are resilient to high load. In this session, Matt Raible shows you how to use JHipster to create a reactive microservices architecture with Spring Boot, Spring Cloud, Keycloak, and run it all in Docker. You’ll leave with the know-how to create your own resilient apps!

Previous
5 Ways to Cure Your Tech Debt Crisis
5 Ways to Cure Your Tech Debt Crisis

Much like financial debt, technical debt limits what you can do. Here’s how organizations can pay down thei...

Next
The Critical Role of APIs in Microservices Architectures
The Critical Role of APIs in Microservices Architectures

What’s an API? What’s a microservice? And how do they relate? In this post, we break down the basics of the...