Other content in this Stream
Sr. Architect Jonathan Schabowsky addresses the challenges of microservices architecture and shares his perspective on the modern messaging integration patterns architects can leverage.
The strategy for using a service mesh for microservices can be augmented by an event mesh to improve flexibility, scalability, and agility of your system.

Choosing between microservices choreography vs orchestration will affect how microservices will communicate with one another behind the scenes.

Anyone who has ever done yard work as part of a team can understand the power of eventual consistency in microservices. This starts with understanding the fact that having multiple people work...

Microservices is an architectural style that structures an application as a collection of independently deployable services. The use microservices can accelerate the development of innovative...

Thanks to Spring Cloud Stream and Spring Initializr it is easier than ever to develop event-driven microservices. Even with partner-maintained binders like Solace PubSub+! If you’re not familiar...
Sumeet Puri, SVP of Systems Engineering at Solace, will cover today’s payments market and the factors that will prepare incumbents and new market entrants for the emerging payments landscape.

My colleague Heinz Schaffner has taken things to another level altogether with what I believe is the definitive explanation about service mesh and event mesh. Based on his experience working...

Let’s get back to event-driven microservices. What you need is a visualization tool that lets you map the relationships between your microservices, i.e., what data and schema is transporting your...

Code generation is no simple feat. There are a lot of complexities when it comes to generating useful application code. In this post, I am going to walk you through generating your own...

Can RESTful APIs with microservices deliver when it comes to the critical real-time customer experience? Businesses in all industries and sectors have all sorts of real-time events coursing...

In this video Dev Advocate Marc DiPasquale shows how to generate a Spring Cloud Stream microservice using AsyncAPI Code Generation! https://bit.ly/solace-ep-video https://bit.ly/solace-asyncapi-co

There's no shortage of great resources for those investigating microservices and how they can help their organization. Some of these great resources include Martin Fowler and Microservices.io –...

Event-driven architecture enables a modular structure in which components can be independently deployed in a decoupled manner that simplifies your microservices deployment strategy and makes it...

When it comes to building modern applications (and especially microservices), understanding the basics of messaging and event-driven architecture can be critical, difficult, and maybe even boring...

Our goal was to create an application that acted as a client to the Feature Service to collect data for the cases for each country and publish to a topic. Pretty simple right? Well, in the past,...

Find out how to make optimal use of REST APIs, and see why they are widely used with microservices. Take a look at the situations in which REST APIs excel (and where they don't), why they've become so