Spring Boot vs Quarkus Performance
Introduction One of my main concerns about the Spring ecosystem is the amount of resources that a simple Spring Boot microservice consumes. As I mentioned in my previous post, Event Sourcing & CQRS: Learning...
Introduction One of my main concerns about the Spring ecosystem is the amount of resources that a simple Spring Boot microservice consumes. As I mentioned in my previous post, Event Sourcing & CQRS: Learning...
by Ignacio Suay · Published June 17, 2020 · Last modified June 23, 2020
Event sourcing and CQRS are two very powerful event-driven patterns. They can work independently but in this post, I am going to explain my own experience working with both patterns together. There are plenty...
Java / microservices / scala / Spring
by Ignacio Suay · Published December 15, 2017 · Last modified December 17, 2017
Introduction Spring boot tests provides great support for testing which combined with the sugar syntax form Scala makes testing more pleasant and less verbose. In this article we will build a Rest Controller build...
Java / microservices / Spring
by Ignacio Suay · Published March 13, 2017 · Last modified December 17, 2020
Spring Cloud Stream is a framework for building message-driven microservices. In this post, I use Spring Cloud Stream to connect two microservices through a message broker like RabbitMQ. The idea of this project is...
Recent Comments